1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

add global macros for a few more things, ride rating related and misc

This commit is contained in:
Ted John
2016-05-09 22:54:22 +01:00
parent 5162bc5a0e
commit b5c0913b76
15 changed files with 43 additions and 27 deletions

View File

@@ -1824,7 +1824,7 @@ void tool_cancel()
*/
void window_guest_list_init_vars_a()
{
RCT2_GLOBAL(0x013B0E6C, uint32) = 1;
gNextGuestNumber = 1;
RCT2_GLOBAL(0x00F1AF1C, uint32) = 0xFFFFFFFF;
RCT2_GLOBAL(0x00F1EE02, uint32) = 0xFFFFFFFF;
RCT2_GLOBAL(RCT2_ADDRESS_WINDOW_GUEST_LIST_SELECTED_FILTER, uint8) = 0xFF;