> 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