]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/boar.c
Remove option TREATIES
[empserver] / src / lib / commands / boar.c
index c0dfafeca1c53356d437f92569615ab797075339..0b40c1b4e2008dccf969aec89b77fe6931374091 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2014, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -35,8 +35,6 @@
 #include "combat.h"
 #include "commands.h"
 #include "land.h"
-#include "mission.h"
-#include "path.h"
 #include "retreat.h"
 #include "ship.h"
 
@@ -124,10 +122,8 @@ boar(void)
        return RET_OK;
     }
 
-    /* Show what we're boarding, and check treaties */
-
-    if (att_show(def))
-       return RET_FAIL;
+    /* Show what we're boarding */
+    att_show(def);
 
     /* Ask the player what he wants to board with */