aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/gyro2.h')
-rw-r--r--engines/avalanche/gyro2.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h
index 854b5dfcc8..390011c41e 100644
--- a/engines/avalanche/gyro2.h
+++ b/engines/avalanche/gyro2.h
@@ -200,8 +200,6 @@ public:
byte col;
};
-typedef byte raw[256][16]; /* raw_font_type */
-
enum controllers {cjoy, ckey};
typedef Common::String previoustype[20];
@@ -541,7 +539,7 @@ public:
Common::String atkey; /* For XTs, set to "alt-". For ATs, set to "f1". */
byte cp, ledstatus, defaultled;
- raw characters;
+ fontType characters;
bool alive;
byte buffer[2000];
uint16 bufsize;