aboutsummaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorJames Brown2002-05-08 06:20:13 +0000
committerJames Brown2002-05-08 06:20:13 +0000
commit713152fcef1fcb169c757c735d8504e6c2897270 (patch)
treef3e0b66ee55ffe051b7f695bcd38457e4b6b5639 /gui.h
parent4d9db494842a8dd8e8c02f5d407434ade049a09a (diff)
downloadscummvm-rg350-713152fcef1fcb169c757c735d8504e6c2897270.tar.gz
scummvm-rg350-713152fcef1fcb169c757c735d8504e6c2897270.tar.bz2
scummvm-rg350-713152fcef1fcb169c757c735d8504e6c2897270.zip
Fix more warnings.
svn-id: r4238
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index e1f66b1bf9..df7d1d9dcc 100644
--- a/gui.h
+++ b/gui.h
@@ -54,7 +54,7 @@ protected:
VirtScreen *_vs;
bool _old_cursor_mode;
int _parentX, _parentY;
- byte _active;
+ bool _active;
byte _clickTimer;
byte _cur_page;
byte _dialog;