--- a/hedgewars/uTypes.pas Mon Jan 16 10:22:21 2012 +0100
+++ b/hedgewars/uTypes.pas Tue Jan 17 09:01:31 2012 -0500
@@ -190,12 +190,12 @@
end;
TVertex2f = record
- X, Y: GLfloat;
- end;
+ X, Y: GLfloat;
+ end;
TVertex2i = record
- X, Y: GLint;
- end;
+ X, Y: GLint;
+ end;
PTexture = ^TTexture;
TTexture = record
@@ -255,7 +255,7 @@
SoundChannel: LongInt;
PortalCounter: LongWord; // Hopefully temporary, but avoids infinite portal loops in a guaranteed fashion.
LastDamage: PHedgehog;
- end;
+ end;
TPGearArray = array of PGear;
PVisualGear = ^TVisualGear;