aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-02 01:19:53 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitda317f14be4d2b6f1031d84b5fc7ee743998cf4c (patch)
treecb73312e11f1930c9142decf714d79741c55c98a /engines/dm/dm.cpp
parente2300bd04c5aebe5736a5d0a431a9b85f53a9d17 (diff)
downloadscummvm-rg350-da317f14be4d2b6f1031d84b5fc7ee743998cf4c.tar.gz
scummvm-rg350-da317f14be4d2b6f1031d84b5fc7ee743998cf4c.tar.bz2
scummvm-rg350-da317f14be4d2b6f1031d84b5fc7ee743998cf4c.zip
DM: Massive renameing in gfx.cpp
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index be8da8b4b6..bf584fd6fe 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -253,7 +253,7 @@ void DMEngine::gameloop() {
if (!_inventoryMan->_inventoryChampionOrdinal && !_championMan->_partyIsSleeping) {
Box box(0, 224, 0, 126);
- _displayMan->clearScreenBox(k0_ColorBlack, box, gDungeonViewport); // dummy code
+ _displayMan->clearScreenBox(k0_ColorBlack, box, g296_DungeonViewport); // dummy code
_displayMan->drawDungeon(_dungeonMan->_currMap._partyDir, _dungeonMan->_currMap._partyPosX, _dungeonMan->_currMap._partyPosY);
}
// DUMMY CODE: next line