[Freeciv-Dev] Re: (PR#8674) core dumped
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=8674 >
Christian Knoke wrote:
> 2: 0x85c0768 Ritter at (10,43) Manuel Blanco Encalada
> civclient: packhand.c:1980: handle_tile_info: Zusicherung
> »unit_list_size(&ptile->units) == 0« nicht erfüllt.
> Abgebrochen (core dumped)
Oops.
jason
Index: server/unithand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/unithand.c,v
retrieving revision 1.297
diff -u -r1.297 unithand.c
--- server/unithand.c 2 May 2004 15:57:16 -0000 1.297
+++ server/unithand.c 12 May 2004 21:57:06 -0000
@@ -654,7 +654,7 @@
* send_packet_unit_short_info calls up above.
*/
if (!can_player_see_unit(other_player, pattacker)) {
- unit_goes_out_of_sight(other_player, pdefender);
+ unit_goes_out_of_sight(other_player, pattacker);
}
if (!can_player_see_unit(other_player, pdefender)) {
unit_goes_out_of_sight(other_player, pdefender);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] Re: (PR#8674) core dumped,
Jason Short <=
|
|