aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/trip6.h
diff options
context:
space:
mode:
authoruruk2013-08-16 19:29:11 +0200
committeruruk2013-08-16 19:29:11 +0200
commit2bcca8a0dd17f4ae55ff4587a54c63d60a021b03 (patch)
treeb38f29755ace27bb18484014753be6d06b867b30 /engines/avalanche/trip6.h
parent4430e435d8c437cf236f432684fa5dba76f990e7 (diff)
downloadscummvm-rg350-2bcca8a0dd17f4ae55ff4587a54c63d60a021b03.tar.gz
scummvm-rg350-2bcca8a0dd17f4ae55ff4587a54c63d60a021b03.tar.bz2
scummvm-rg350-2bcca8a0dd17f4ae55ff4587a54c63d60a021b03.zip
AVALANCHE: Remove multiple definition. (Already defined in Graphics.)
Diffstat (limited to 'engines/avalanche/trip6.h')
-rw-r--r--engines/avalanche/trip6.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/avalanche/trip6.h b/engines/avalanche/trip6.h
index b960edc3ae..7c86b40121 100644
--- a/engines/avalanche/trip6.h
+++ b/engines/avalanche/trip6.h
@@ -39,12 +39,6 @@
namespace Avalanche {
class AvalancheEngine;
-
-typedef byte manitype[2049]; // manitype = array[5..2053] of byte;
-// Be aware!!!
-
-typedef byte siltype[51][11]; /* 35, 4 */
-
struct adxtype { /* Second revision of ADX type */
Common::String name/*[13]*/; /* name of character */ // uruk: Note to self: TRAILING /0 !!! Real size: 12
Common::String comment/*[17]*/; /* comment */ // uruk: Same here, but 16.