Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2002:
[Freeciv-Dev] [Patch] Make is_barbarian a real bool
Home

[Freeciv-Dev] [Patch] Make is_barbarian a real bool

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv development list <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] [Patch] Make is_barbarian a real bool
From: Raimar Falke <hawk@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Feb 2002 20:16:56 +0100
Reply-to: rf13@xxxxxxxxxxxxxxxxxxxxxx

The field pplayer->ai.is_barbarian isn't a real bool since the
barbarian type (sea or land) also stored here. The attached patch
fixes this by introduce another variable pplayer->ai.barbarian_type.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "We just typed make..."
    -- Stephen Lambrigh, Director of Server Product Marketing at Informix,
                         about porting their Database to Linux

Attachment: barbarian_type1.diff
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] [Patch] Make is_barbarian a real bool, Raimar Falke <=