From 5d41f0f9aa5d4df586949362fcedec447d1d6094 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 9 May 2015 09:17:30 -0400 Subject: SHERLOCK: Give the GTYPE constants an explicit enum type --- engines/sherlock/sherlock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/sherlock.h') diff --git a/engines/sherlock/sherlock.h b/engines/sherlock/sherlock.h index 79a3c11135..a516e52ae7 100644 --- a/engines/sherlock/sherlock.h +++ b/engines/sherlock/sherlock.h @@ -57,7 +57,7 @@ enum { kDebugScript = 1 << 0 }; -enum { +enum GameType { GType_SerratedScalpel = 0, GType_RoseTattoo = 1 }; @@ -121,7 +121,7 @@ public: virtual void syncSoundSettings(); int getGameType() const; - uint32 getGameID() const; + GameType getGameID() const; Common::Language getLanguage() const; Common::Platform getPlatform() const; -- cgit v1.2.3