Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Drace_result_gui.cpp97 bool human_win = true; in init() local
103 human_win = human_win && kart->getRaceResult(); in init()
107 human_win ? "race_finish_victory" : "race_finish"); in init()
148 if (!human_win && !NetworkConfig::get()->isNetworking()) in init()