From c7b38c45101cfcaafc60aaec4a8817c45dffca7c Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Thu, 16 Sep 2010 23:03:03 +0000 Subject: HUGO: Fix H1 DOS initialization Fix a bug in hugo.dat loading and initialize properly Hugo1 DOS svn-id: r52755 --- engines/hugo/hugo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/hugo.h') 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, -- cgit v1.2.3