diff options
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r-- | engines/hugo/hugo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 7ba1d54200..633867b10b 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -128,7 +128,7 @@ public: int8 _soundTest; int8 _tunesNbr; uint16 _numScreens; - int8 _normalTPS; // Number of ticks (frames) per second. + int8 _normalTPS; // Number of ticks (frames) per second. //8 for Win versions, 9 for DOS versions @@ -258,7 +258,6 @@ public: return _introXSize; } Common::Error saveGameState(int slot, const char *desc) { - return (_file->saveGame(slot, desc) ? Common::kWritingFailed : Common::kNoError); } |