Home
last modified time | relevance | path

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

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dconfig.h34 #define SIZEOF_SAVEGAMETEMP SAVE_FILES_SIZE + 4 + 100 macro
35 #define SAVE_FILE_SIZE (SIZEOF_SAVEGAMETEMP - 4)
H A Dconfig.c858 editorLevel = (saveTemp[SIZEOF_SAVEGAMETEMP - 5] << 8) | saveTemp[SIZEOF_SAVEGAMETEMP - 6]; in JE_loadConfiguration()
969 saveTemp[SIZEOF_SAVEGAMETEMP - 6] = editorLevel >> 8; in JE_saveConfiguration()
970 saveTemp[SIZEOF_SAVEGAMETEMP - 5] = editorLevel; in JE_saveConfiguration()