aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eobcommon.h
diff options
context:
space:
mode:
authorathrxx2011-08-17 18:46:29 +0200
committerJohannes Schickel2011-12-26 16:18:14 +0100
commitf7032c126dd097e8083e0fc740c7c856e0f2dd58 (patch)
tree0d3c6917f6c27d63326ed62954e35e1c3b7df4d2 /engines/kyra/eobcommon.h
parentb3c8173bd46ddc831344848723598846bd5c41e8 (diff)
downloadscummvm-rg350-f7032c126dd097e8083e0fc740c7c856e0f2dd58.tar.gz
scummvm-rg350-f7032c126dd097e8083e0fc740c7c856e0f2dd58.tar.bz2
scummvm-rg350-f7032c126dd097e8083e0fc740c7c856e0f2dd58.zip
KYRA: (EOB) - fix some bugs
- fix monster movement - fix character level gain - add some static res for party transfer
Diffstat (limited to 'engines/kyra/eobcommon.h')
-rw-r--r--engines/kyra/eobcommon.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/kyra/eobcommon.h b/engines/kyra/eobcommon.h
index ffc951e80d..5f1bf8b709 100644
--- a/engines/kyra/eobcommon.h
+++ b/engines/kyra/eobcommon.h
@@ -317,8 +317,9 @@ protected:
bool _runFlag;
//int _runLoopUnk2;
- // Create Party
+ // Character generation / party transfer
bool startCharacterGeneration();
+ bool transferParty();
uint8 **_faceShapes;
@@ -329,6 +330,9 @@ protected:
static const uint8 _charClassModUnk[];
const uint8 *_classModifierFlags;
+
+ const uint8 *_transferConvertTable;
+ const uint32 *_transferExpTable;
// timers
void setupTimers();
@@ -509,7 +513,7 @@ protected:
void updateMonsters(int unit);
void updateMonsterDest(EobMonsterInPlay *m);
- void updateMonsterDest2(EobMonsterInPlay *m);
+ void updateMonsterAttackMode(EobMonsterInPlay *m);
void updateAllMonsterDests();
void turnFriendlyMonstersHostile();
int getNextMonsterDirection(int curBlock, int destBlock);