aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.h
diff options
context:
space:
mode:
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,