1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/games/xspacewarp/files/patch-ac
2000-02-27 23:21:48 +00:00

16 lines
382 B
Plaintext

--- c_jovian.cc.orig Fri Dec 29 01:41:56 1995
+++ c_jovian.cc Sun Feb 27 12:30:41 2000
@@ -22,10 +22,12 @@
// these AI functions are kept in separate file c_jovian_ai.cc
+#if 0
extern Action Jovian::pick_action();
extern Direction Jovian::pick_direction();
extern Ucoors Jovian::pick_sector();
extern Point Jovian::pick_target();
+#endif
Jovian::Jovian(): Combatant()