--- a/hedgewars/pas2c.h Sat Apr 14 23:50:14 2012 +0400
+++ b/hedgewars/pas2c.h Sun Apr 15 00:47:22 2012 +0400
@@ -14,6 +14,10 @@
{
char s[32];
} string31;
+typedef struct string15_
+ {
+ char s[16];
+ } string15;
typedef int SmallInt;
typedef int Word;