aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/eventman.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-20 13:25:37 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitd97a8905cc18ccf9d036f7708d8e2cf8dfba6067 (patch)
tree335e7a51be994e20af51d92413b7e56c968cbb69 /engines/dm/eventman.cpp
parentca267da97c14268f8c650d7dac727182062129d0 (diff)
downloadscummvm-rg350-d97a8905cc18ccf9d036f7708d8e2cf8dfba6067.tar.gz
scummvm-rg350-d97a8905cc18ccf9d036f7708d8e2cf8dfba6067.tar.bz2
scummvm-rg350-d97a8905cc18ccf9d036f7708d8e2cf8dfba6067.zip
DM: Remove some warnings
Diffstat (limited to 'engines/dm/eventman.cpp')
-rw-r--r--engines/dm/eventman.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/dm/eventman.cpp b/engines/dm/eventman.cpp
index c0e3ff282a..805e5c9fdc 100644
--- a/engines/dm/eventman.cpp
+++ b/engines/dm/eventman.cpp
@@ -399,14 +399,6 @@ void EventManager::f68_setPointerToObject(byte* bitmap) {
_vm->_displayMan->f129_blitToBitmapShrinkWithPalChange(bitmap, _gK190_mousePointerTempBuffer, 16, 16, 16, 16, palChangesMousePointerIcon);
_vm->_displayMan->f132_blitToBitmap(_gK190_mousePointerTempBuffer, L0051_puc_Bitmap, boxMousePointerObject, 0, 0, 8, 16, k0_ColorBlack, 16, 18);
-
- /*
- warning(false, "TODO - Call f129_blitToBitmapShrinkWithPalChange");
- // dummy code
- _vm->_displayMan->f132_blitToBitmap(bitmap, L0051_puc_Bitmap, boxMousePointerObjectShadow, 0, 0, 8, 16, kM1_ColorNoTransparency, 16, 18);
- _vm->_displayMan->f132_blitToBitmap(bitmap, L0051_puc_Bitmap, boxMousePointerObject, 0, 0, 8, 16, k0_ColorBlack, 16, 18);
- */
-
_gK100_preventBuildPointerScreenArea = false;
f73_buildpointerScreenArea(_mousePos.x, _mousePos.y);
}
@@ -464,9 +456,6 @@ void EventManager::f73_buildpointerScreenArea(int16 mousePosX, int16 mousePosY)
0x07, 0xFF, 0x00, 0x00, 0x01, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
- // if (_gK100_preventBuildPointerScreenArea)
- // return;
-
_gK100_preventBuildPointerScreenArea = true;
if (_g599_useChampionIconOrdinalAsMousePointerBitmap) {
if ((mousePosY > 28) || (mousePosX < 274)) {