diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-24 14:33:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-24 14:33:03 +0000 |
commit | 5585ed9413fb742892a268c8040c5b48bd95ad2c (patch) | |
tree | 139b309911750a84557e921268057b1c8f30d1bc /games/clanbomber | |
parent | af879c4688728051e2d8cd8a7f90513b7236b507 (diff) | |
download | ports-5585ed9413fb742892a268c8040c5b48bd95ad2c.tar.gz ports-5585ed9413fb742892a268c8040c5b48bd95ad2c.zip |
Notes
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" + |