[Scummvm-cvs-logs] scummvm master -> 4e6c02563341184c98f231db95c5d1972b59d03b

ScummVM git noreply at scummvm.org
Sun Feb 13 17:21:00 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4e6c025633 SCUMM FM-TOWNS: minor cleanup (git test)


Commit: 4e6c02563341184c98f231db95c5d1972b59d03b
    https://github.com/scummvm/scummvm/commit/4e6c02563341184c98f231db95c5d1972b59d03b
Author: athrxx (athrxx at users.sourceforge.net)
Date: 2011-02-13T06:19:43-08:00

Commit Message:
SCUMM FM-TOWNS: minor cleanup (git test)

Changed paths:
    engines/scumm/gfx_towns.cpp



diff --git a/engines/scumm/gfx_towns.cpp b/engines/scumm/gfx_towns.cpp
index 33b1779..abf2da6 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();
 }






More information about the Scummvm-git-logs mailing list