DM: Massive renameing in gfx.cpp

This commit is contained in:
Bendegúz Nagy 2016-07-02 01:19:53 +02:00
parent e2300bd04c
commit da317f14be
7 changed files with 345 additions and 430 deletions

View file

@ -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