Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/modes/
H A Deaster_egg_hunt.cpp51 gk = ReplayPlay::get()->getNumGhostKart(); in init()
H A Dworld.cpp169 gk = ReplayPlay::get()->getNumGhostKart(); in init()
464 gk = ReplayPlay::get()->getNumGhostKart(); in createKart()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/replay/
H A Dreplay_play.hpp172 const unsigned int getNumGhostKart() const in getNumGhostKart() function in ReplayPlay
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/race/
H A Drace_manager.cpp364 m_num_ghost_karts = ReplayPlay::get()->getNumGhostKart(); in startNew()
1091 m_num_karts = ReplayPlay::get()->getNumGhostKart(); in startWatchingReplay()