aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/group.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-26 22:49:26 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitf33b4f38770843ac1096ba3db8a83698fa2a865e (patch)
treeb57efac929850f81106a16885a257c41657eb808 /engines/dm/group.h
parentc95b23317ce179fe168a20f39a132b4cd9ec4f32 (diff)
downloadscummvm-rg350-f33b4f38770843ac1096ba3db8a83698fa2a865e.tar.gz
scummvm-rg350-f33b4f38770843ac1096ba3db8a83698fa2a865e.tar.bz2
scummvm-rg350-f33b4f38770843ac1096ba3db8a83698fa2a865e.zip
DM: Fix some compilation errors using MSVC9
Diffstat (limited to 'engines/dm/group.h')
-rw-r--r--engines/dm/group.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dm/group.h b/engines/dm/group.h
index 151594a1d3..3530765b74 100644
--- a/engines/dm/group.h
+++ b/engines/dm/group.h
@@ -172,11 +172,12 @@ class GroupMan {
bool _g390_groupMovementBlockedByParty; // @ G0390_B_GroupMovementBlockedByParty
bool _g387_groupMovBlockedByWallStairsPitFakeWalFluxCageTeleporter; // @ G0387_B_GroupMovementBlockedByWallStairsPitFakeWallFluxcageTeleporter
public:
- uint16 _g376_maxActiveGroupCount = 60; // @ G0376_ui_MaximumActiveGroupCount
+ uint16 _g376_maxActiveGroupCount; // @ G0376_ui_MaximumActiveGroupCount
ActiveGroup *_g375_activeGroups; // @ G0375_ps_ActiveGroups
uint16 _g377_currActiveGroupCount; // @ G0377_ui_CurrentActiveGroupCount
GroupMan(DMEngine *vm);
~GroupMan();
+
void f196_initActiveGroups(); // @ F0196_GROUP_InitializeActiveGroups
uint16 f145_getGroupCells(Group *group, int16 mapIndex); // @ F0145_DUNGEON_GetGroupCells
uint16 f147_getGroupDirections(Group *group, int16 mapIndex); // @ F0147_DUNGEON_GetGroupDirections