Home
last modified time | relevance | path

Searched refs:disgusting_time (Results 1 – 1 of 1) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp1988 uint8_t disgusting_time = guest->DisgustingCount & 0xC0; in peep_footpath_move_forward() local
1990 guest->DisgustingCount = disgusting_count | disgusting_time; in peep_footpath_move_forward()
1992 if (disgusting_time & 0xC0 && (scenario_rand() & 0xFFFF) <= 4369) in peep_footpath_move_forward()