aboutsummaryrefslogtreecommitdiff
path: root/common/advancedDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/advancedDetector.h')
-rw-r--r--common/advancedDetector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h
index 431b7466b3..4ce9af8abf 100644
--- a/common/advancedDetector.h
+++ b/common/advancedDetector.h
@@ -39,7 +39,7 @@ struct ADGameFileDescription {
enum ADGameFlags {
ADGF_NO_FLAGS = 0,
- ADGF_DEMO = 1 << 31
+ ADGF_DEMO = (1 << 30)
};
struct ADGameDescription {