diff options
Diffstat (limited to 'games/alienarena/files/patch-game__acesrc__acebot.h')
-rw-r--r-- | games/alienarena/files/patch-game__acesrc__acebot.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/games/alienarena/files/patch-game__acesrc__acebot.h b/games/alienarena/files/patch-game__acesrc__acebot.h deleted file mode 100644 index f37dff649cc7..000000000000 --- a/games/alienarena/files/patch-game__acesrc__acebot.h +++ /dev/null @@ -1,16 +0,0 @@ ---- ./game/acesrc/acebot.h.orig Fri Jun 1 14:05:51 2007 -+++ ./game/acesrc/acebot.h Sat Jul 21 09:32:13 2007 -@@ -60,6 +60,13 @@ - #ifndef _ACEBOT_H - #define _ACEBOT_H - -+// Directory for reading files in "botinfo", writing is always done in "." -+#ifdef DATADIR -+#define BOTDIR DATADIR -+#else -+#define BOTDIR "." -+#endif -+ - // Only 100 allowed for now (probably never be enough edicts for 'em - #define MAX_BOTS 100 - |