aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorathrxx2011-02-13 15:19:43 +0100
committerathrxx2011-02-13 15:19:43 +0100
commit4e6c02563341184c98f231db95c5d1972b59d03b (patch)
treeebe819e9186fae3a8338f846dc8480af4f97e5b6 /engines
parent3cc86aedacb0c673c313df7922d19eeb0912494d (diff)
downloadscummvm-rg350-4e6c02563341184c98f231db95c5d1972b59d03b.tar.gz
scummvm-rg350-4e6c02563341184c98f231db95c5d1972b59d03b.tar.bz2
scummvm-rg350-4e6c02563341184c98f231db95c5d1972b59d03b.zip
SCUMM FM-TOWNS: minor cleanup (git test)
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/gfx_towns.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/scumm/gfx_towns.cpp b/engines/scumm/gfx_towns.cpp
index 33b1779b0b..abf2da63a6 100644
--- a/engines/scumm/gfx_towns.cpp
+++ b/engines/scumm/gfx_towns.cpp
@@ -433,8 +433,7 @@ void TownsScreen::toggleLayers(int flag) {
_numDirtyRects = FULL_REDRAW;
memset(_outBuffer, 0, _pitch * _height);
- updateOutputBuffer();
- outputToScreen();
+ update();
_system->updateScreen();
}