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

Name rct_window's var_494: highlighted_item.

This commit is contained in:
Aaron van Geffen
2015-12-26 18:18:56 +09:00
parent 9232a9906f
commit 020334fa18
7 changed files with 37 additions and 38 deletions

View File

@@ -264,7 +264,7 @@ typedef struct rct_window {
uint16 frame_no; // 0x48E updated every tic for motion in windows sprites
uint16 list_information_type; // 0x490 0 for none, Used as current position of marquee in window_peep
sint16 var_492;
uint32 var_494; // 0x494 highlighted item?
uint32 highlighted_item; // 0x494
uint8 var_498[0x14];
sint16 selected_tab; // 0x4AC
sint16 var_4AE;