aboutsummaryrefslogtreecommitdiff
path: root/sword1/sworddefs.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-12-22 00:34:02 +0000
committerRobert Göffringmann2003-12-22 00:34:02 +0000
commit6b0fb6585cf31bbd341a7da8fa60be5f09eb2381 (patch)
tree4f8cda775ded2a7db3906de8224e18eb31dc6343 /sword1/sworddefs.h
parentbb38b7f75fc686bb215b0ca56fc034949f2e43e5 (diff)
downloadscummvm-rg350-6b0fb6585cf31bbd341a7da8fa60be5f09eb2381.tar.gz
scummvm-rg350-6b0fb6585cf31bbd341a7da8fa60be5f09eb2381.tar.bz2
scummvm-rg350-6b0fb6585cf31bbd341a7da8fa60be5f09eb2381.zip
work around a GCC bug.
svn-id: r11843
Diffstat (limited to 'sword1/sworddefs.h')
-rw-r--r--sword1/sworddefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword1/sworddefs.h b/sword1/sworddefs.h
index 79d77cc18a..65bd482dc1 100644
--- a/sword1/sworddefs.h
+++ b/sword1/sworddefs.h
@@ -85,7 +85,6 @@ struct ParallaxHeader {
char type[16];
uint16 sizeX;
uint16 sizeY;
- uint32 lineIndexes[2]; //2 is arbitrary number
} GCC_PACK;
struct AnimUnit {