equal
deleted
inserted
replaced
308 } else { |
308 } else { |
309 t = MP_WATER; |
309 t = MP_WATER; |
310 } |
310 } |
311 } |
311 } |
312 |
312 |
313 return (_map_height_bits[_map_type_and_height[tile] & 0xF] & _smallmap_contours_andor[t][1]) | _smallmap_contours_andor[t][0]; |
313 return (_map_height_bits[TileHeight(tile)] & _smallmap_contours_andor[t][1]) | _smallmap_contours_andor[t][0]; |
314 } |
314 } |
315 |
315 |
316 static void DrawSmallMapContours(byte *dst, uint xc, uint yc, int pitch, int reps, uint32 mask) |
316 static void DrawSmallMapContours(byte *dst, uint xc, uint yc, int pitch, int reps, uint32 mask) |
317 { |
317 { |
318 do { |
318 do { |