Add another RCT2 address comment

[ci skip]
This commit is contained in:
rwjuk 2017-06-06 13:55:23 +01:00
parent f0dec49e6d
commit aa81ee4601
1 changed files with 3 additions and 1 deletions

View File

@ -7846,7 +7846,9 @@ void peep_set_map_tooltip(rct_peep *peep)
}
}
/**
* rct2: 0x00693BAB
*/
void peep_switch_to_next_action_sprite_type(rct_peep* peep) {
// TBD: Add nextActionSpriteType as function parameter and make peep->next_action_sprite_type obsolete?
uint8 nextActionSpriteType = peep->next_action_sprite_type;