mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
VOYEUR: Fix clearing computer screen when viewing a computer event
This commit is contained in:
parent
d545b5cb75
commit
3fab3ebdcf
@ -1221,7 +1221,7 @@ int VoyeurEngine::doComputerText(int maxLen) {
|
||||
yp += 10;
|
||||
} else {
|
||||
_eventsManager.delay(90);
|
||||
_graphicsManager._drawPtr->_pos = Common::Point(54, 96);
|
||||
_graphicsManager._drawPtr->_pos = Common::Point(96, 54);
|
||||
_graphicsManager._drawPtr->_penColor = 255;
|
||||
(*_graphicsManager._vPort)->sFillBox(196, 124);
|
||||
yp = 60;
|
||||
|
Loading…
x
Reference in New Issue
Block a user