[Scummvm-git-logs] scummvm master -> 73932a70f65a86166fd3fe44a312cb490d9d5db8
eriktorbjorn
noreply at scummvm.org
Mon Jan 22 06:20:34 UTC 2024
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:
73932a70f6 CRUISE: Remove unused screen buffer
Commit: 73932a70f65a86166fd3fe44a312cb490d9d5db8
https://github.com/scummvm/scummvm/commit/73932a70f65a86166fd3fe44a312cb490d9d5db8
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-01-22T07:11:59+01:00
Commit Message:
CRUISE: Remove unused screen buffer
Changed paths:
engines/cruise/gfxModule.cpp
diff --git a/engines/cruise/gfxModule.cpp b/engines/cruise/gfxModule.cpp
index 709326897aa..e3946b10489 100644
--- a/engines/cruise/gfxModule.cpp
+++ b/engines/cruise/gfxModule.cpp
@@ -35,7 +35,6 @@ namespace Cruise {
uint8 page00[320 * 200];
uint8 page10[320 * 200];
-char screen[320 * 200];
palEntry lpalette[256];
int palDirtyMin = 256;
More information about the Scummvm-git-logs
mailing list