Remove unread variable

This commit is contained in:
Ted John 2016-09-04 21:58:25 +01:00
parent a3c14b59dc
commit 35fd831d57
1 changed files with 0 additions and 3 deletions

View File

@ -11671,9 +11671,6 @@ static bool peep_heading_for_ride_or_park_exit(rct_peep *peep)
money32 set_peep_name(int flags, int state, uint16 sprite_index, uint8* text_1, uint8* text_2, uint8* text_3) {
gCommandExpenditureType = RCT_EXPENDITURE_TYPE_LANDSCAPING;
if (state == 1) {
RCT2_GLOBAL(0x00F1AEF4, uint16) = sprite_index;
}
utf8* fullText = RCT2_ADDRESS(0x00F1AEF6, utf8);
//if (flags & GAME_COMMAND_FLAG_APPLY) { // this check seems to be useless and causes problems in multiplayer