Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/include/
H A DGame.h55 #define GAME_NOTHING -1 macro
543 int whatNextParam = GAME_NOTHING;
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DGame.cpp1408 if(whatNextParam != GAME_NOTHING) { in whatNext()
1410 whatNextParam = GAME_NOTHING; in whatNext()