aboutsummaryrefslogtreecommitdiff
path: root/sword1/sworddefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sworddefs.h')
-rw-r--r--sword1/sworddefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sworddefs.h b/sword1/sworddefs.h
index 4f6f0cfe43..374c8d4f7c 100644
--- a/sword1/sworddefs.h
+++ b/sword1/sworddefs.h
@@ -85,7 +85,7 @@ struct ParallaxHeader {
char type[16];
uint16 sizeX;
uint16 sizeY;
- uint32 lineIndexes[2]; //2 is arbitrary number
+ uint32 lineIndexes[2]; //2 is arbitrary number
} GCC_PACK;
struct AnimUnit {