Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dgame.cpp907 DifficultyLevel temp_difficulty = DIFFICULTY_EASY; in loadGame() local
913 …if( loadGameInfo(&temp_difficulty, &temp_player, &temp_n_men_store, temp_suspended, &temp_start_ep… in loadGame()
914 difficulty_level = temp_difficulty; in loadGame()