diff options
-rw-r--r-- | engines/hdb/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp index 9b6f411179..974d831568 100644 --- a/engines/hdb/detection.cpp +++ b/engines/hdb/detection.cpp @@ -49,7 +49,7 @@ bool HDBGame::isDemo() const { } bool HDBGame::isPPC() const { - return (getPlatform() & Common::kPlatformPocketPC); + return (getPlatform() == Common::kPlatformPocketPC); } bool HDBGame::isHandango() const { |