aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-25 02:57:41 +0530
committerEugene Sandulenko2019-09-03 17:17:00 +0200
commitc01eb1a61e43e0e366f9649c699dc74e4788dbad (patch)
treee1a4ac6bdda26a4990c1c2db407e1252f0eb80fb /engines/hdb/hdb.h
parent4657593aa414616f2611680d1d0147619ef0330b (diff)
downloadscummvm-rg350-c01eb1a61e43e0e366f9649c699dc74e4788dbad.tar.gz
scummvm-rg350-c01eb1a61e43e0e366f9649c699dc74e4788dbad.tar.bz2
scummvm-rg350-c01eb1a61e43e0e366f9649c699dc74e4788dbad.zip
HDB: Add RightBot functions
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r--engines/hdb/hdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index ab8cb24def..e831ab8d94 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -81,6 +81,7 @@ enum Flag {
kFlagEnergyFloor = 0x40000,
kFlagPlasmaFloor = 0x6000D,
kFlagRadFloor = 0x6800D,
+ kFlagSpecial = 0x100000,
kFlagStairBot = 0x200000,
kFlagStairTop = 0x400000,
kFlagAnimSlow = 0x800000,