CRUISE: Remove unused screen buffer

This commit is contained in:
Torbjörn Andersson 2024-01-22 07:11:59 +01:00
parent 3f7619357f
commit 73932a70f6

View File

@ -35,7 +35,6 @@ namespace Cruise {
uint8 page00[320 * 200];
uint8 page10[320 * 200];
char screen[320 * 200];
palEntry lpalette[256];
int palDirtyMin = 256;