Complete.Org: Mailing Lists: Archives: freeciv-dev: May 1999:
[Freeciv-Dev] Minor fix
Home

[Freeciv-Dev] Minor fix

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Minor fix
From: rizos@xxxxxxxx
Date: Tue, 18 May 1999 18:23:59 -0500 (CDT)

On some (rare) occasions, players may have noticed
that a city name appears "out of the blue" in non-explored
areas of the map. The problem appears to be that 
send_city_info() in diplomat_sabotage() (server/unitfunc.c)
sends city info to all players and not only to players
that have "discovered" this tile. I cannot see any reason
for this so i suggest that line 651 (copy of version 1.8.0)
in server/unitfunc.c is changed to:

   send_city_info(0, pcity, 0);



[Prev in Thread] Current Thread [Next in Thread]