aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2011-01-01 23:57:50 +0000
committerArnaud Boutonné2011-01-01 23:57:50 +0000
commitfcf40ad6267a10456351404bea2f488f742fcc6c (patch)
tree15f0bf4d6e5836bd238b5fbc23760dd4ae28080d /engines/hugo/hugo.h
parent319fdf40b29d922be0a32a3ad8d4cc3d0bb3380b (diff)
downloadscummvm-rg350-fcf40ad6267a10456351404bea2f488f742fcc6c.tar.gz
scummvm-rg350-fcf40ad6267a10456351404bea2f488f742fcc6c.tar.bz2
scummvm-rg350-fcf40ad6267a10456351404bea2f488f742fcc6c.zip
HUGO: Some space/tab cleanups
svn-id: r55088
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h3
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);
}