aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/door.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/neighborhood/door.h')
-rwxr-xr-xengines/pegasus/neighborhood/door.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/pegasus/neighborhood/door.h b/engines/pegasus/neighborhood/door.h
index 74e9ac8441..55c36b659a 100755
--- a/engines/pegasus/neighborhood/door.h
+++ b/engines/pegasus/neighborhood/door.h
@@ -44,9 +44,9 @@ enum {
kDoorLockedBit // Bit set if door is locked, clear if unlocked.
};
-const DoorFlags kNoDoorFlags = 0;
-const DoorFlags kDoorPresentMask = 1 << kDoorPresentBit;
-const DoorFlags kDoorLockedMask = 1 << kDoorLockedBit;
+static const DoorFlags kNoDoorFlags = 0;
+static const DoorFlags kDoorPresentMask = 1 << kDoorPresentBit;
+static const DoorFlags kDoorLockedMask = 1 << kDoorLockedBit;
class DoorTable {
public: