aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/glk_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-02-23 11:13:19 -0800
committerPaul Gilbert2019-02-23 11:13:19 -0800
commiteacc4e52d14a4929323df30da6346b6bbacda9b8 (patch)
treea3e44085a9972ee2ceb030dd4fc093838faba426 /engines/glk/frotz/glk_interface.h
parent7b303ad94668690a1defb25ea72afc0d5cacb958 (diff)
downloadscummvm-rg350-eacc4e52d14a4929323df30da6346b6bbacda9b8.tar.gz
scummvm-rg350-eacc4e52d14a4929323df30da6346b6bbacda9b8.tar.bz2
scummvm-rg350-eacc4e52d14a4929323df30da6346b6bbacda9b8.zip
GLK: FROTZ: Fix initialization of zcolors array
Diffstat (limited to 'engines/glk/frotz/glk_interface.h')
-rw-r--r--engines/glk/frotz/glk_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/glk_interface.h b/engines/glk/frotz/glk_interface.h
index ea7a104b8a..b52fdc4e6d 100644
--- a/engines/glk/frotz/glk_interface.h
+++ b/engines/glk/frotz/glk_interface.h
@@ -61,7 +61,7 @@ private:
public:
Pics *_pics;
zchar statusline[256];
- int zcolors[zcolor_NUMCOLORS];
+ uint zcolors[zcolor_NUMCOLORS];
int oldstyle;
int curstyle;
int cury;