Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2002:
[Freeciv-Dev] [Patch] map_has_special
Home

[Freeciv-Dev] [Patch] map_has_special

[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] map_has_special
From: Raimar Falke <hawk@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 10 Feb 2002 13:36:04 +0100
Reply-to: rf13@xxxxxxxxxxxxxxxxxxxxxx

The attached patch introduces map_has_special. Constructs like
"map_get_special(x,y) & S_*" are used as booleans but aren't
boolean. The attached patch takes care of this.

Still open are constructs like "special & S_*" which have to be
changed into "BOOL_VAL(special & S_*)" to be real booleans.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "I heard if you play the NT-4.0-CD backwards, you get a satanic message."
 "That's nothing, if you play it forward, it installs NT-4.0"

Attachment: map_has_special1.diff.gz
Description: GNU Zip compressed data


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] [Patch] map_has_special, Raimar Falke <=