Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/race/
H A Drace_manager.cpp367 if (m_started_from_overworld) m_continue_saved_gp = false; in startNew()
389 if (m_continue_saved_gp) in startNew()
396 m_continue_saved_gp = false; // simple and working in startNew()
477 if (m_continue_saved_gp) in startNew()
1014 m_continue_saved_gp = continue_saved_gp; in startGP()
H A Drace_manager.hpp355 bool m_continue_saved_gp; member in RaceManager