Home
last modified time | relevance | path

Searched refs:ROTTVERSION (Results 1 – 5 of 5) sorted by path

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_cfg.c261 if (version == ROTTVERSION) in ParseSoundFile()
487 if (version == ROTTVERSION) in ParseConfigFile()
694 if (version != ROTTVERSION) in ParseBattleFile()
1201 WriteParameter( file, "Version ", ROTTVERSION ); in WriteBattleConfig()
1550 WriteParameter(file,"Version ",ROTTVERSION); in WriteSoundConfig()
1707 WriteParameter(file,"Version ",ROTTVERSION); in WriteConfig()
H A Drt_game.c4952 if (game->version!=ROTTVERSION) in LoadTheGame()
H A Drt_main.c199 gamestate.Version = ROTTVERSION; in main()
1083 if ( gamestate.Version < ROTTVERSION ) in GameLoop()
H A Drt_menu.c3494 game.version = ROTTVERSION; in QuickSaveGame()
3617 game.version=ROTTVERSION; in CP_SaveGame()
H A Dversion.h22 #define ROTTVERSION ((ROTTMAJORVERSION*10)+(ROTTMINORVERSION)) macro