aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-09-16 23:03:03 +0000
committerArnaud Boutonné2010-09-16 23:03:03 +0000
commitc7b38c45101cfcaafc60aaec4a8817c45dffca7c (patch)
tree259981f8ece2b138393a07a3a8726f694b387cbb /engines/hugo/hugo.h
parent16557884b6d694b217877813126859687cc8b59b (diff)
downloadscummvm-rg350-c7b38c45101cfcaafc60aaec4a8817c45dffca7c.tar.gz
scummvm-rg350-c7b38c45101cfcaafc60aaec4a8817c45dffca7c.tar.bz2
scummvm-rg350-c7b38c45101cfcaafc60aaec4a8817c45dffca7c.zip
HUGO: Fix H1 DOS initialization
Fix a bug in hugo.dat loading and initialize properly Hugo1 DOS svn-id: r52755
Diffstat (limited to 'engines/hugo/hugo.h')
-rw-r--r--engines/hugo/hugo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h
index 5128d4e093..e59c4dfdf5 100644
--- a/engines/hugo/hugo.h
+++ b/engines/hugo/hugo.h
@@ -48,7 +48,7 @@ enum GameType {
kGameTypeHugo3
};
-enum HugoebugChannels {
+enum HugoDebugChannels {
kDebugSchedule = 1 << 0,
kDebugEngine = 1 << 1,
kDebugDisplay = 1 << 2,