Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp861 int32_t fresh_thought = -1; in peep_update_thoughts() local
900 fresh_thought = i; in peep_update_thoughts()
906 if (add_fresh && fresh_thought != -1) in peep_update_thoughts()
908 peep->Thoughts[fresh_thought].freshness = 1; in peep_update_thoughts()