hedgewars/SDLh.pas
changeset 2619 bc2786a00fb8
parent 2618 23ee71bd049b
child 2630 079ef82eac75
--- a/hedgewars/SDLh.pas	Fri Nov 13 23:04:23 2009 +0000
+++ b/hedgewars/SDLh.pas	Sat Nov 14 02:53:04 2009 +0000
@@ -242,12 +242,12 @@
 	PSDL_Color = ^TSDL_Color;
 	TSDL_Color = record
 		case byte of
-			0: (r: Byte;
+			0: (	r: Byte;
 				g: Byte;
 				b: Byte;
 				unused: Byte;
-				);
-			1: (value: Longword);
+			   );
+			1: (	value: Longword);
 		end;