aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-09 21:15:09 +1000
committerPaul Gilbert2012-09-09 21:15:09 +1000
commit14cd54fc398c312566ea2dec3a91d775f2159f0f (patch)
tree89074de365df9d96e8572310844d573dfaef6b32 /engines/hopkins/graphics.h
parent56c454fcb5db788ccdb662bc19e1675a72d73f8d (diff)
downloadscummvm-rg350-14cd54fc398c312566ea2dec3a91d775f2159f0f.tar.gz
scummvm-rg350-14cd54fc398c312566ea2dec3a91d775f2159f0f.tar.bz2
scummvm-rg350-14cd54fc398c312566ea2dec3a91d775f2159f0f.zip
HOPKINS: Add temporary copy of VESA surface to screen, and other bugfixes
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index e6d56575f5..a3257f3044 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -48,11 +48,11 @@ public:
int YSCREEN;
int WinScan;
int Winbpp;
- byte SD_PIXELS[514];
+ byte SD_PIXELS[257 * 2];
byte *PAL_PIXELS;
int nbrligne;
byte TABLE_COUL[256];
- RGB8 cmap[256];
+ byte cmap[PALETTE_SIZE * 3];
byte Palette[PALETTE_SIZE * 3];
bool Linear;
Graphics::Surface *VideoPtr;