--- a/hedgewars/pas2c.h Sat May 12 23:55:09 2012 +0400
+++ b/hedgewars/pas2c.h Sun May 13 00:40:01 2012 +0400
@@ -49,7 +49,7 @@
typedef LongInt * PLongInt;
typedef LongWord * PLongWord;
typedef Integer * PInteger;
-typedef int * PtrInt;
+typedef int PtrInt;
#ifdef __GNUG__
#define NULL __null