Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/config/
H A DConfig.h186 bool guest_died; member
H A DConfig.cpp474 model->guest_died = reader->GetBoolean("guest_died", true); in ReadNotifications()
499 writer->WriteBoolean("guest_died", model->guest_died); in WriteNotifications()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DNewsOptions.cpp54 …GUEST_DIED, offsetof(NotificationConfiguration, guest_died) …
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp705 if (gConfigNotifications.guest_died) in UpdateFalling()