Home
last modified time | relevance | path

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

/dports/games/powder-toy/The-Powder-Toy-95.0/src/
H A DConfig.h38 #define FUTURE_SAVE_VERSION 95 macro
/dports/games/powder-toy/The-Powder-Toy-95.0/src/client/
H A DGameSave.cpp823 … if (major > FUTURE_SAVE_VERSION || (major == FUTURE_SAVE_VERSION && minor > FUTURE_MINOR_VERSION)) in readOPS()