[Freeciv-Dev] Re: (PR#2521) general effects framework
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Mike Kaufman via RT wrote:
> On Mon, Jan 13, 2003 at 03:46:59AM -0800, Ben Webb via RT wrote:
>>Speed cost? I'd imagine it'd be faster if anything. (By bitfield, I mean
>>that defined in the C language - e.g. int active:1; int pending:1 etc.)
>
>
> I'll do this.
I'm strongly opposed to that. These values are boolean, and that's what
'bool' is for. If you think there's an advantage to it, instead change
fc_bool to this type.
jason
|
|