mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-01 11:15:13 +01:00
Make WW and WH static
This commit is contained in:
@@ -46,8 +46,8 @@ enum {
|
||||
WIDX_LOAD_SERVER
|
||||
};
|
||||
|
||||
constexpr int32_t WW = 300;
|
||||
constexpr int32_t WH = 154;
|
||||
static constexpr const int32_t WW = 300;
|
||||
static constexpr const int32_t WH = 154;
|
||||
|
||||
static rct_widget window_server_start_widgets[] = {
|
||||
{ WWT_FRAME, 0, 0, WW-1, 0, WH-1, STR_NONE, STR_NONE }, // panel / background
|
||||
|
||||
Reference in New Issue
Block a user