aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/readdiff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/readdiff.cpp')
-rw-r--r--engines/lab/readdiff.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/lab/readdiff.cpp b/engines/lab/readdiff.cpp
index 2af49e9f43..1ceeb44769 100644
--- a/engines/lab/readdiff.cpp
+++ b/engines/lab/readdiff.cpp
@@ -110,7 +110,7 @@ void unDiff(byte *NewBuf, byte *OldBuf, byte *DiffData, uint16 bytesperrow, bool
}
-static char blackbuffer[256 * 3];
+static byte blackbuffer[256 * 3];
/*****************************************************************************/
/* Changes the front screen to black. */
@@ -220,7 +220,7 @@ void diffNextFrame(void) {
#if !defined(DOSCODE)
if (DispBitMap->Flags & BITMAPF_VIDEO)
- g_system->updateScreen();
+ WSDL_UpdateScreen();
#endif
@@ -366,7 +366,7 @@ void diffNextFrame(void) {
ungetVGABaseAddr();
if (!didTOF)
- g_system->updateScreen();
+ WSDL_UpdateScreen();
#endif
return;