aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/detection.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-30 06:43:04 +0530
committerEugene Sandulenko2019-09-03 17:17:30 +0200
commit4539c04181b04c49868f2c1be16c0dbea78a6ddd (patch)
tree27b9f7061162dc43d53187855dfe671554c68e7a /engines/hdb/detection.cpp
parent1184c542cd4178ff50d7d8459902b127be45c954 (diff)
downloadscummvm-rg350-4539c04181b04c49868f2c1be16c0dbea78a6ddd.tar.gz
scummvm-rg350-4539c04181b04c49868f2c1be16c0dbea78a6ddd.tar.bz2
scummvm-rg350-4539c04181b04c49868f2c1be16c0dbea78a6ddd.zip
HDB: Fix warnings
Diffstat (limited to 'engines/hdb/detection.cpp')
-rw-r--r--engines/hdb/detection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hdb/detection.cpp b/engines/hdb/detection.cpp
index d1bd4ea7d5..31f36b2193 100644
--- a/engines/hdb/detection.cpp
+++ b/engines/hdb/detection.cpp
@@ -86,7 +86,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperspace.msd", "a62468904beb3efe16d4d64f3955a32e", 6825555),
Common::EN_ANY,
Common::kPlatformUnknown, // PPC
- kPPCFlag,
+ (uint32)kPPCFlag,
GUIO1(GUIO_NONE)
},
@@ -125,7 +125,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperdemo.msd", "312525298ca9f5ac904883d1ce19dc0f", 3088651),
Common::EN_ANY,
Common::kPlatformUnknown, // PPC
- (ADGF_DEMO || kPPCFlag),
+ (ADGF_DEMO || (uint32)kPPCFlag),
GUIO1(GUIO_NONE)
},
{
@@ -134,7 +134,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("hyperdemo.msd", "2d4457b284a940b7058b36e5706b9951", 3094241),
Common::EN_ANY,
Common::kPlatformUnknown, // PPC
- (ADGF_DEMO || kPPCFlag),
+ (ADGF_DEMO || (uint32)kPPCFlag),
GUIO1(GUIO_NONE)
},
AD_TABLE_END_MARKER