[crossfire] Re: [Crossfire-cvs] CVS commit: crossfire
Andreas Kirschbaum
kirschbaum at myrealbox.com
Fri Sep 2 19:16:08 CDT 2005
Andreas Kirschbaum wrote:
>
The condition "!(flag |INS_MAP_LOAD)" probably is not correct:
>
FLAG_MAP_LOAD is the constant 0x20. Therefore "(flag|INS_MAP_LOAD)" is
>
always non-zero which means "!(non-zero)" is always false.
Fixed in CVS: I did change "|" into "&" since it did prevent the
client's ground view from being updated after the player applied an exit
or whenever a spell effect should be displayed on the ground below the
player.
More information about the crossfire
mailing list