1
0
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:
Gymnasiast
2020-05-09 17:05:01 +02:00
parent f8aeb70398
commit 6fd83fd006
26 changed files with 58 additions and 58 deletions

View File

@@ -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