Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2004:
[Freeciv-Dev] Re: [FreeCiv-Cvs] vas: PR#9719: Fix drawing bug in support
Home

[Freeciv-Dev] Re: [FreeCiv-Cvs] vas: PR#9719: Fix drawing bug in support

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: [FreeCiv-Cvs] vas: PR#9719: Fix drawing bug in supported units at ...
From: Jason Dorje Short <jdorje@xxxxxxxxxxxx>
Date: Mon, 20 Sep 2004 13:36:19 -0400

freeciv@xxxxxxxxxxxxxxxxxxx wrote:
This is an automated notification of a change to freeciv cvs, on Sat Sep 18 15:02:46 PDT 2004 = Sat Sep 18 22:02:46 2004 (GMT)
by Vasco Alexandre da Silva Costa <vasc@xxxxxxxxxxxxxx>

---- Files affected:

freeciv/client/gui-gtk-2.0 citydlg.c gtkpixcomm.c

---- Log message:
      Tag: HEAD

PR#9719: Fix drawing bug in supported units at the city dialog.

Instead of

  (is_isometric) ?
    UNIT_TILE_HEIGHT : UNIT_TILE_HEIGHT + UNIT_TILE_HEIGHT / 2;

you can just use

  NORMAL_TILE_HEIGHT * 3 / 2

though I'm not really sure it's better.

jason


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: [FreeCiv-Cvs] vas: PR#9719: Fix drawing bug in supported units at ..., Jason Dorje Short <=