diff options
| author | Bendegúz Nagy | 2016-07-11 17:06:24 +0200 |
|---|---|---|
| committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 |
| commit | 536e9c1bb9e603e420843647a092b50f7668a996 (patch) | |
| tree | b6fb84741c0f064978bae45fc6c8dd4a266b6006 /engines/dm/champion.cpp | |
| parent | d77ffceff9cc8266c9fea4ab33c90b5c78341ec7 (diff) | |
| download | scummvm-rg350-536e9c1bb9e603e420843647a092b50f7668a996.tar.gz scummvm-rg350-536e9c1bb9e603e420843647a092b50f7668a996.tar.bz2 scummvm-rg350-536e9c1bb9e603e420843647a092b50f7668a996.zip | |
DM: Add f248_timelineProcessEvent6_squareWall
Diffstat (limited to 'engines/dm/champion.cpp')
| -rw-r--r-- | engines/dm/champion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/champion.cpp b/engines/dm/champion.cpp index 4a1508fb84..a9684111b0 100644 --- a/engines/dm/champion.cpp +++ b/engines/dm/champion.cpp @@ -820,7 +820,7 @@ uint16 ChampionMan::f307_getStatisticAdjustedAttack(Champion* champ, uint16 stat void ChampionMan::f314_wakeUp() {
_vm->_g321_stopWaitingForPlayerInput = true;
_g300_partyIsSleeping = false;
- _vm->waitMs(10);
+ _vm->f22_delay(10);
_vm->_displayMan->f98_drawFloorAndCeiling();
_vm->_eventMan->_g441_primaryMouseInput = g447_PrimaryMouseInput_Interface;
_vm->_eventMan->_g442_secondaryMouseInput = g448_SecondaryMouseInput_Movement;
|
