Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dbladerunner.cpp2245 TextResource textAutoSave(this); in autoSaveGame() local
2246 if (!textAutoSave.open("AUTOSAVE")) { in autoSaveGame()
2270 saveGameState(slot, textAutoSave.getText(textId)); in autoSaveGame()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dbladerunner.cpp2398 TextResource textAutoSave(this); in autoSaveGame() local
2399 if (!textAutoSave.open("AUTOSAVE")) { in autoSaveGame()
2423 saveGameState(slot, textAutoSave.getText(textId)); in autoSaveGame()