mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
AVALANCHE: Scrolls: Repair compilation.
This commit is contained in:
@@ -72,10 +72,10 @@ public:
|
||||
private:
|
||||
AvalancheEngine *_vm;
|
||||
|
||||
static const int16 roman;
|
||||
static const int16 italic;
|
||||
static const int16 roman = 0;
|
||||
static const int16 italic = 1;
|
||||
|
||||
static const int16 halficonwidth; /* Half the width of an icon. */
|
||||
static const int16 halficonwidth = 19; /* Half the width of an icon. */
|
||||
|
||||
int16 dix, diy;
|
||||
raw ch[2];
|
||||
|
||||
Reference in New Issue
Block a user