1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Select size strings now use args

This commit is contained in:
Robert Jordan
2015-05-13 11:38:44 -04:00
parent fe8ba41531
commit a8ec43f065
8 changed files with 21 additions and 10 deletions

View File

@@ -38,6 +38,8 @@
rct_window* g_window_list = RCT2_ADDRESS(RCT2_ADDRESS_WINDOW_LIST, rct_window);
uint8 TextInputDescriptionArgs[8];
// converted from uint16 values at 0x009A41EC - 0x009A4230
// these are percentage coordinates of the viewport to center to, if a window is obscuring a location, the next is tried
float window_scroll_locations[][2] = {

View File

@@ -30,6 +30,7 @@
struct rct_window;
union rct_window_event;
extern uint8 TextInputDescriptionArgs[8];
typedef void wndproc(struct rct_window*, union rct_window_event*);