diff options
Diffstat (limited to 'engines/avalanche/gyro2.h')
-rw-r--r-- | engines/avalanche/gyro2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h index e83e0a96b9..3852ef3bf2 100644 --- a/engines/avalanche/gyro2.h +++ b/engines/avalanche/gyro2.h @@ -523,8 +523,8 @@ public: bool ontoolbar, seescroll; char objlist[10]; - void * digit[10]; - void *rwlite[9]; + byte *digit[10]; // digitsize and rwlitesize are defined in Lucerna::load_digits() !!! + byte *rwlite[9]; // Maybe it will be needed to move them to the class itself instead. byte oldrw; Common::String lastscore; byte cmp; /* current mouse-void **/ |