1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 01:35:06 +01:00

refactor ride type flags

This commit is contained in:
IntelOrca
2015-06-21 02:27:38 +01:00
parent 9a1b09f022
commit d5bf01e22c
6 changed files with 14 additions and 14 deletions

View File

@@ -4386,7 +4386,7 @@ void peep_problem_warnings_update()
break;
}
ride = &g_ride_list[peep->guest_heading_to_ride_id];
if (!ride_type_has_flag(ride->type, RIDE_TYPE_FLAG_SELLS_FOOD))
if (!ride_type_has_flag(ride->type, RIDE_TYPE_FLAG_FLAT_RIDE))
hunger_counter++;
break;