SCI/newgui: update whole screen when show_map console-command is used

svn-id: r45475
This commit is contained in:
Martin Kiewitz 2009-10-28 15:18:22 +00:00
parent c3d75ced87
commit 021edb1ef4

View file

@ -367,6 +367,7 @@ void SciGuiScreen::debugShowMap(int mapNo) {
_activeScreen = _displayScreen;
break;
}
copyToScreen();
}
} // End of namespace Sci