Author: mir3x
Date: Wed Nov 23 09:16:21 2016
New Revision: 34620

URL: http://svn.gna.org/viewcvs/freeciv?rev=34620&view=rev
Log:
Fixed undefined reference to `popup_combat_info' in xaw client
Reported by Marko Lindqvist <cazfi>

See bug #25324


Modified:
    branches/S2_6/client/gui-xaw/dialogs.c

Modified: branches/S2_6/client/gui-xaw/dialogs.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/gui-xaw/dialogs.c?rev=34620&r1=34619&r2=34620&view=diff
==============================================================================
--- branches/S2_6/client/gui-xaw/dialogs.c      (original)
+++ branches/S2_6/client/gui-xaw/dialogs.c      Wed Nov 23 09:16:21 2016
@@ -1638,3 +1638,13 @@
 {
   return FALSE; /* Unit was not handled here. */
 }
+
+/***************************************************************************
+  Popup detailed information about battle or save information for
+  some kind of statistics
+***************************************************************************/
+void popup_combat_info(int attacker_unit_id, int defender_unit_id,
+                       int attacker_hp, int defender_hp,
+                       bool make_winner_veteran)
+{
+}


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to