[CF-Devel] Re: [Crossfire-cvs] CVS commit: crossfire
crossfire-devel at archives.real-time.com
crossfire-devel at archives.real-time.com
Tue Jan 4 12:03:56 CST 2005
>
Index: crossfire/server/time.c
[...]
>
+ if (get_map_flags(m, &m, nx, ny, &nx, &ny) == P_OUT_OF_MAP) {
This change does not look right to me. At least, it is inconsistent with
other checks of the P_OUT_OF_MAP flag: all other checks are done like
"if(get_map_flags() & P_OUT_OF_MAP)". (That is, treating P_OUT_OF_MAP as
a bit in the result value.)
_______________________________________________
crossfire-devel mailing list
crossfire-devel at lists.real-time.com
https://mailman.real-time.com/mailman/listinfo/crossfire-devel
More information about the crossfire
mailing list