aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-09 08:40:29 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitfd775be377bf2fa4914cb621bd2dcf1cbe6ede58 (patch)
treeaba088783fefd597de052d5eb9cceeb49f32954b /engines/dm/dm.cpp
parent3f1fee6dcb9d13dda82683e39cc642419d73d08a (diff)
downloadscummvm-rg350-fd775be377bf2fa4914cb621bd2dcf1cbe6ede58.tar.gz
scummvm-rg350-fd775be377bf2fa4914cb621bd2dcf1cbe6ede58.tar.bz2
scummvm-rg350-fd775be377bf2fa4914cb621bd2dcf1cbe6ede58.zip
DM: Swap warnings to stub method f363_highlightBoxDisable
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index 9ae9249489..33bd033c5b 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -395,7 +395,7 @@ void DMEngine::f2_gameloop() {
_eventMan->f77_hideMouse();
}
}
- // F0363_COMMAND_HighlightBoxDisable();
+ _eventMan->f363_highlightBoxDisable();
f65_playPendingSound();
_championMan->f320_applyAndDrawPendingDamageAndWounds();
if (_championMan->_g303_partyDead)
@@ -440,9 +440,9 @@ void DMEngine::f2_gameloop() {
if (_engineShouldQuit)
return;
_displayMan->updateScreen();
- // if (!_g321_stopWaitingForPlayerInput) {
- // F0363_COMMAND_HighlightBoxDisable();
- // }
+ if (!_g321_stopWaitingForPlayerInput) {
+ _eventMan->f363_highlightBoxDisable();
+ }
_system->delayMillis(2);
if (++vblankCounter >= _g318_waitForInputMaxVerticalBlankCount * 5)
@@ -537,7 +537,7 @@ void DMEngine::f444_endGame(bool doNotDrawCreditsOnly) {
f064_SOUND_RequestPlay_CPSD(k06_soundSCREAM, _dungeonMan->_g306_partyMapX, _dungeonMan->_g307_partyMapY, k0_soundModePlayImmediately);
f22_delay(240);
}
-
+
if (_displayMan->_g322_paletteSwitchingEnabled) {
uint16 oldPalTopAndBottomScreen[16];
for (uint16 i = 0; i < 16; ++i)