summaryrefslogtreecommitdiffstats
path: root/games/naev/files/patch-src_land.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/naev/files/patch-src_land.h')
-rw-r--r--games/naev/files/patch-src_land.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/games/naev/files/patch-src_land.h b/games/naev/files/patch-src_land.h
deleted file mode 100644
index 6d4afe9..0000000
--- a/games/naev/files/patch-src_land.h
+++ /dev/null
@@ -1,18 +0,0 @@
-# Origin: https://github.com/naev/naev/commit/9fd2a7dcb3690bc1befe7f9a05d02e204dcfe8a1
-# Subject: Avoid regenerating the land tabs over top of themselves
-
---- src/land.h.orig 2015-03-05 22:11:11 UTC
-+++ src/land.h
-@@ -46,6 +46,12 @@ extern int landed;
- extern Planet* land_planet;
-
-
-+/* Tracking for which tabs have been generated. */
-+#define land_tabGenerate(w) (land_generated |= (1 << w)) /**< Mark tab generated. */
-+#define land_tabGenerated(w) (land_generated & (1 << w)) /**< Check if tab has been generated. */
-+extern unsigned int land_generated;
-+
-+
- /*
- * Main interface.
- */
OpenPOWER on IntegriCloud