mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
AVALANCHE: Change constant into initialized variable according to the Pascal sources.
This commit is contained in:
parent
0a355ea368
commit
784a6aa821
@ -44,10 +44,6 @@ namespace Avalanche {
|
|||||||
const int16 maxobjs = 12; /* carry limit */
|
const int16 maxobjs = 12; /* carry limit */
|
||||||
const byte howlong = 1/*8*/; /* 18 ticks. */
|
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 num = 32; /* Code for Num Lock */
|
||||||
|
|
||||||
const int16 mouse_size = 134;
|
const int16 mouse_size = 134;
|
||||||
@ -624,6 +620,12 @@ namespace Avalanche {
|
|||||||
r__wisewomans
|
r__wisewomans
|
||||||
}; /* The Wise Woman. */
|
}; /* 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;
|
Common::String current;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user