aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/picture.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-24 21:28:52 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit5cc3d40c2831ef9d0760178b091e668f5b46195f (patch)
tree094044f05c5951a3fb85b16e2d6ca5bd00c8c7d4 /engines/glk/picture.cpp
parentc2625264fb4e0a0abde96257ea86c83dde60fad2 (diff)
downloadscummvm-rg350-5cc3d40c2831ef9d0760178b091e668f5b46195f.tar.gz
scummvm-rg350-5cc3d40c2831ef9d0760178b091e668f5b46195f.tar.bz2
scummvm-rg350-5cc3d40c2831ef9d0760178b091e668f5b46195f.zip
GLK: FROTZ: Adding bitmap font class for Infocom character graphics
Diffstat (limited to 'engines/glk/picture.cpp')
-rw-r--r--engines/glk/picture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/picture.cpp b/engines/glk/picture.cpp
index 34043152a5..4422e46710 100644
--- a/engines/glk/picture.cpp
+++ b/engines/glk/picture.cpp
@@ -106,7 +106,7 @@ Picture *Pictures::load(uint32 id) {
RawDecoder raw;
const Graphics::Surface *img;
const byte *palette = nullptr;
- int palCount = 0;
+ uint palCount = 0;
Picture *pic;
// Check if the picture is already in the store