diff options
Diffstat (limited to 'games/xspacewarp/files/patch-c_jovian.cc')
-rw-r--r-- | games/xspacewarp/files/patch-c_jovian.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xspacewarp/files/patch-c_jovian.cc b/games/xspacewarp/files/patch-c_jovian.cc new file mode 100644 index 000000000000..27a9c80ed361 --- /dev/null +++ b/games/xspacewarp/files/patch-c_jovian.cc @@ -0,0 +1,15 @@ +--- 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() |