summaryrefslogtreecommitdiff
path: root/games/nil/files/patch-nil-world.h
blob: 52ae1a629044c3ae9972f7be17dec4d8216ee99e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- nil/world.h.orig	Sat Nov 15 16:28:04 2003
+++ nil/world.h	Sat Nov 15 16:34:01 2003
@@ -34,10 +34,8 @@
   int flags;
 	union {
 		int object_id;
-		struct abspos {
-			float x_pos;
-			float y_pos;
-		};
+		float x_pos;
+		float y_pos;
 	};
 };