Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dmission.h37 #define SR_VERSION 17 macro
H A Dmission.cpp624 atinyvalue = SR_VERSION; in Save_game_position()
941 if (atinyvalue != SR_VERSION) { in Load_game()
943 …al_Message_box("Old version save games are not supported file:%d code:%d", atinyvalue, SR_VERSION); in Load_game()