Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2001:
[Freeciv-Dev] More about settlers who cannot add to city: BUG?
Home

[Freeciv-Dev] More about settlers who cannot add to city: BUG?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] More about settlers who cannot add to city: BUG?
From: Martin Olveyra <molv@xxxxxxxxxxxxx>
Date: Fri, 2 Mar 2001 00:15:54 -0300
Reply-to: molv@xxxxxxxxxxxxx

I see in the code, unithand.c:

      if(pcity->size > game.add_to_size_limit) {
        notify_player_ex(pplayer, punit->x, punit->y, E_NOEVENT, 
                         _("Game: %s is too big to add %s."),
                         pcity->name, unit_name);

This implies that, if you try to add a settler to a city with a size greater
than add_to_size_limit, a message in the output window (is that true?) should
appear saying you the reason why you cannot do that. However, no message appear
on my client.



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