mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-13 02:52:35 +01:00
Add another RCT2 address comment
[ci skip]
This commit is contained in:
@@ -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) {
|
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?
|
// TBD: Add nextActionSpriteType as function parameter and make peep->next_action_sprite_type obsolete?
|
||||||
uint8 nextActionSpriteType = peep->next_action_sprite_type;
|
uint8 nextActionSpriteType = peep->next_action_sprite_type;
|
||||||
|
|||||||
Reference in New Issue
Block a user