smallmap_gui.c
changeset 2984 225bffc79071
parent 2981 31760b6a88aa
child 2989 99c95a3ebcaa
--- a/smallmap_gui.c	Sun Feb 05 20:36:36 2006 +0000
+++ b/smallmap_gui.c	Sun Feb 05 23:12:23 2006 +0000
@@ -231,11 +231,7 @@
 #	define WRITE_PIXELS_OR(dst,val)	*(uint32*)(dst) |= (val);
 #endif
 
-#if defined(TTD_BIG_ENDIAN)
-#	define MKCOLOR(x) BSWAP32(x)
-#elif defined(TTD_LITTLE_ENDIAN)
-#	define MKCOLOR(x) (x)
-#endif
+#define MKCOLOR(x) TO_LE32X(x)
 
 /* Height encodings; 16 levels XXX - needs updating for more/finer heights! */
 static const uint32 _map_height_bits[16] = {