1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +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

@@ -26,8 +26,8 @@
#include <openrct2/util/Util.h>
static constexpr const rct_string_id WINDOW_TITLE = STR_OPTIONS;
constexpr int32_t WW = 250;
constexpr int32_t WH = 90;
static constexpr const int32_t WW = 250;
static constexpr const int32_t WH = 90;
// clang-format off
enum WINDOW_TEXT_INPUT_WIDGET_IDX {