Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp77 static void peep_release_balloon(Guest* peep, int16_t spawn_height);
756 peep_release_balloon(guest, height); in UpdateFalling()
1250 peep_release_balloon(peep, peep->z + 9); in peep_applause()
2591 static void peep_release_balloon(Guest* peep, int16_t spawn_height) in peep_release_balloon() function