Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Dfeature_unlocked.hpp173 void addTrophy(RaceManager::Difficulty difficulty, bool is_grandprix);
H A Dfeature_unlocked.cpp236 bool is_grandprix) in addTrophy() argument
240 int gp_factor = is_grandprix ? GP_FACTOR : 1; in addTrophy()