Home
last modified time | relevance | path

Searched refs:autoSaveSlot (Results 1 – 6 of 6) sorted by relevance

/dports/games/blobwars/blobwars-2.00/src/
H A Dtitle.cpp214 int autoSaveSlot; in title() local
219 autoSaveSlot = 0; in title()
368 autoSaveSlot = i; in title()
436 (autoSaveSlot < 5) ? game.autoSaveSlot = autoSaveSlot : game.autoSave = false; in title()
H A DCGame.h33 int gore, skill, soundVol, musicVol, output, brightness, autoSaveSlot, autoSave; variable
H A DCGame.cpp52 autoSaveSlot = 0; in clear()
H A DloadSave.cpp227 return game.autoSaveSlot; in confirmSave()
/dports/games/scummvm/scummvm-2.5.1/engines/
H A Dengine.cpp599 const int autoSaveSlot = getAutosaveSlot(); in saveAutosaveIfEnabled() local
600 if (autoSaveSlot < 0) in saveAutosaveIfEnabled()
611 if (saveFlag && saveGameState(autoSaveSlot, autoSaveName, true).getCode() != Common::kNoError) { in saveAutosaveIfEnabled()
/dports/games/scummvm/scummvm-2.5.1/gui/
H A Doptions.cpp2560 const int autoSaveSlot = metaEngine.getAutosaveSlot(); in updateAutosavePeriod() local
2561 if (autoSaveSlot < 0) in updateAutosavePeriod()
2563 SaveStateDescriptor desc = metaEngine.querySaveMetaInfos(target.c_str(), autoSaveSlot); in updateAutosavePeriod()