aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/door.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-12-15 22:01:03 -0500
committerMatthew Hoops2011-12-15 22:01:03 -0500
commitfdced472abc830c07d28474727db004c8018fcac (patch)
tree2cc4bf7bacf077341402d097fc568030d76575e6 /engines/pegasus/neighborhood/door.h
parentb5565a43378014a037798f43bc382b2c30cdf8d9 (diff)
downloadscummvm-rg350-fdced472abc830c07d28474727db004c8018fcac.tar.gz
scummvm-rg350-fdced472abc830c07d28474727db004c8018fcac.tar.bz2
scummvm-rg350-fdced472abc830c07d28474727db004c8018fcac.zip
PEGASUS: Begin cleaning up pegasus-defined types
Diffstat (limited to 'engines/pegasus/neighborhood/door.h')
-rwxr-xr-xengines/pegasus/neighborhood/door.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/neighborhood/door.h b/engines/pegasus/neighborhood/door.h
index c670c6b956..db05e22ac8 100755
--- a/engines/pegasus/neighborhood/door.h
+++ b/engines/pegasus/neighborhood/door.h
@@ -37,7 +37,7 @@ namespace Common {
namespace Pegasus {
-typedef tMM8BitFlags tDoorFlags;
+typedef byte tDoorFlags;
enum {
kDoorPresentBit, // Bit set if there is a door here.