From 784a6aa821cebf39f44a60e419aa500dc946c943 Mon Sep 17 00:00:00 2001 From: uruk Date: Thu, 27 Jun 2013 12:34:32 +0200 Subject: AVALANCHE: Change constant into initialized variable according to the Pascal sources. --- engines/avalanche/gyro2.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'engines/avalanche') diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h index cd5644ec4b..0836dfbb6c 100644 --- a/engines/avalanche/gyro2.h +++ b/engines/avalanche/gyro2.h @@ -44,10 +44,6 @@ namespace Avalanche { const int16 maxobjs = 12; /* carry limit */ const byte howlong = 1/*8*/; /* 18 ticks. */ - const bool oncandopageswap = true; - /* Variable constant for overriding the ability of On to switch pages. - * You may know better than On which page to switch to. */ - const int16 num = 32; /* Code for Num Lock */ const int16 mouse_size = 134; @@ -624,6 +620,12 @@ namespace Avalanche { r__wisewomans }; /* The Wise Woman. */ + bool oncandopageswap = true; + /* Variable constant for overriding the ability of On to switch pages. + * You may know better than On which page to switch to. */ + + + Common::String current; -- cgit v1.2.3