aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/savegame.h')
-rw-r--r--engines/sci/engine/savegame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/engine/savegame.h b/engines/sci/engine/savegame.h
index a5828bbd8e..2df7c7836d 100644
--- a/engines/sci/engine/savegame.h
+++ b/engines/sci/engine/savegame.h
@@ -63,9 +63,8 @@ int gamestate_save(EngineState *s, Common::WriteStream *save, const char *savena
* Restores a game state from a directory.
* @param s An older state from the same game
* @param dirname The subdirectory to restore from
- * @return NULL on failure, a pointer to a valid EngineState otherwise
*/
-EngineState *gamestate_restore(EngineState *s, Common::SeekableReadStream *save);
+void gamestate_restore(EngineState *s, Common::SeekableReadStream *save);
/**
* Read the header from a savegame.