Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/Main/Include/
H A Dgame.h357 static int GetRebelStoryState() { return RebelStoryState; } in GetRebelStoryState()
358 static void SetRebelStoryState(int What) { RebelStoryState = What; } in SetRebelStoryState()
571 static int RebelStoryState; variable
/dports/games/ivan/ivan-059/Main/Source/
H A Dgame.cpp107 int game::RebelStoryState; member in game
863 RebelStoryState = 0; in Init()
3443 SaveFile << XinrochTombStoryState << FreedomStoryState << AslonaStoryState << RebelStoryState; in Save()
3523 SaveFile >> XinrochTombStoryState >> FreedomStoryState >> AslonaStoryState >> RebelStoryState; in Load()