Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
November 2005: [Freeciv-Dev] win32 client broken |
[Freeciv-Dev] win32 client broken[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
The Win32 client does not currently compile due to a change to unittype.h. Change required to /freeciv/client/gui-win32/helpdlg.c is: sprintf(buf, "%d", (int)utype->vision_range); to sprintf(buf, "%d", (int)sqrt((double)utype->vision_radius_sq)); Cheers
|