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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user