summaryrefslogtreecommitdiff
path: root/games/nil/files/patch-nil-world.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-11-16 00:38:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-11-16 00:38:24 +0000
commitb4ae4c146196e5f702562cdd74c37cb183b04244 (patch)
tree92679f648f51b48da364dd1485eec17e578e3b4a /games/nil/files/patch-nil-world.h
parentAdd missing gconf files to the plist. (diff)
- Unbreak on -CURRENT
- Remove Sourceforge mastersite. This release seems to never get there. - Use USE_SDL - Convert perl patching to sed inplace Approved by: marcus (backup mentor)
Notes
Notes: svn path=/head/; revision=94072
Diffstat (limited to '')
-rw-r--r--games/nil/files/patch-nil-world.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/nil/files/patch-nil-world.h b/games/nil/files/patch-nil-world.h
new file mode 100644
index 000000000000..52ae1a629044
--- /dev/null
+++ b/games/nil/files/patch-nil-world.h
@@ -0,0 +1,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;
+ };
+ };
+