diff options
author | pav <pav@FreeBSD.org> | 2004-01-24 22:33:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-24 22:33:03 +0800 |
commit | b7b820b88661643127d2e6aabffd43aad2b123a8 (patch) | |
tree | a88c1eb9919eb4f99d619a6fc8539bd3d3f798ed /games/clanbomber | |
parent | 95ebcfa6c6527e6eb4a0ea018d8d74101c4374de (diff) | |
download | freebsd-ports-gnome-b7b820b88661643127d2e6aabffd43aad2b123a8.tar.gz freebsd-ports-gnome-b7b820b88661643127d2e6aabffd43aad2b123a8.tar.zst freebsd-ports-gnome-b7b820b88661643127d2e6aabffd43aad2b123a8.zip |
- Fix build on 5.x
Diffstat (limited to 'games/clanbomber')
-rw-r--r-- | games/clanbomber/files/patch-clanbomber-Controller_AI.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/clanbomber/files/patch-clanbomber-Controller_AI.cpp b/games/clanbomber/files/patch-clanbomber-Controller_AI.cpp new file mode 100644 index 000000000000..1e97388a034e --- /dev/null +++ b/games/clanbomber/files/patch-clanbomber-Controller_AI.cpp @@ -0,0 +1,11 @@ +--- Controller_AI.cpp.orig Wed Aug 8 23:46:14 2001 ++++ Controller_AI.cpp Sat Jan 24 15:07:58 2004 +@@ -19,6 +19,8 @@ + + //#define WITH_DEBUG + ++#include <assert.h> ++ + #include "ClanBomber.h" + #include "Controller_AI.h" + |