aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/group.h
diff options
context:
space:
mode:
authorStrangerke2016-09-11 10:27:29 +0200
committerStrangerke2016-09-11 10:27:29 +0200
commitf0a6f6b269fb121affa252e36d23c895c7d32e4e (patch)
tree1155af5215e9981d006448d5aaa48fbaeb663739 /engines/dm/group.h
parentf90bf31bea635b8c78b72fb5147cf7108f4227db (diff)
downloadscummvm-rg350-f0a6f6b269fb121affa252e36d23c895c7d32e4e.tar.gz
scummvm-rg350-f0a6f6b269fb121affa252e36d23c895c7d32e4e.tar.bz2
scummvm-rg350-f0a6f6b269fb121affa252e36d23c895c7d32e4e.zip
DM: Make some functions private, move 2 functions to more specific classes
Diffstat (limited to 'engines/dm/group.h')
-rw-r--r--engines/dm/group.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/group.h b/engines/dm/group.h
index 53d80c6e4d..3b6cf2f8aa 100644
--- a/engines/dm/group.h
+++ b/engines/dm/group.h
@@ -171,6 +171,8 @@ class GroupMan {
bool _groupMovementBlockedByParty; // @ G0390_B_GroupMovementBlockedByParty
bool _groupMovBlockedByWallStairsPitFakeWalFluxCageTeleporter; // @ G0387_B_GroupMovementBlockedByWallStairsPitFakeWallFluxcageTeleporter
int32 twoHalfSquareSizedCreaturesGroupLastDirectionSetTime; // @ G0395_l_TwoHalfSquareSizedCreaturesGroupLastDirectionSetTime
+ uint16 toggleFlag(uint16 &val, uint16 mask); // @ M10_TOGGLE
+
public:
uint16 _maxActiveGroupCount; // @ G0376_ui_MaximumActiveGroupCount
ActiveGroup *_activeGroups; // @ G0375_ps_ActiveGroups