|
Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
November 2005: [Freeciv-Dev] (PR#14732) make alliances possible again |
|
[Freeciv-Dev] (PR#14732) make alliances possible again[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14732 > Hi, just a small correction of a typo in the latest server/diplhand.c from current svn. Bernd 201c201 < diplcheck = pplayer_can_make_treaty(pplayer, pother, DS_PEACE); --- > diplcheck = pplayer_can_make_treaty(pplayer, pother, DS_ALLIANCE);
|