Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp1989 uint8_t disgusting_count = ((guest->DisgustingCount & 0xF) << 2) | sick_count; in peep_footpath_move_forward() local
1990 guest->DisgustingCount = disgusting_count | disgusting_time; in peep_footpath_move_forward()
2002 total_sick += (disgusting_count >> (2 * time)) & 0x3; in peep_footpath_move_forward()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DRCT1.h543 uint8_t disgusting_count; // 0xE3 member
H A DS4Importer.cpp2800 dst->DisgustingCount = src->disgusting_count; in ImportEntity()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DRCT2.h703 uint8_t disgusting_count; // 0xE3 member
H A DS6Exporter.cpp1438 dst->disgusting_count = src->DisgustingCount; in ExportEntity()
H A DS6Importer.cpp1881 dst->DisgustingCount = src->disgusting_count; in ImportEntity()