]> git.pond.sub.org Git - empserver/commitdiff
Rename put_land() to put_oland() for clarity
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 20 Jun 2010 06:33:35 +0000 (08:33 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 24 Jul 2010 09:28:32 +0000 (11:28 +0200)
src/lib/subs/attsub.c

index db5f79075f20a0dbf465129cbf48e9a6e2756ed6..6111db5da498b74fca8b66df2bc8f4e6f31e9f79 100644 (file)
@@ -1438,7 +1438,7 @@ att_infect_units(struct emp_qelem *list, int plague)
  */
 
 static void
-put_land(struct emp_qelem *list)
+put_oland(struct emp_qelem *list)
 {
     struct emp_qelem *qp, *next;
     struct ulist *llp;
@@ -2008,7 +2008,7 @@ att_fight(int combat_mode, struct combat *off, struct emp_qelem *olist,
     unit_put(dlist, 0);
 
     /* putland the attacking land */
-    put_land(olist);
+    put_oland(olist);
 
     /* put the victim sector/ship/land */
     if (!success || !take_def(combat_mode, olist, off, def))