This commit is contained in:
kevinz000
2020-05-08 22:59:51 -07:00
parent e684c6e574
commit 6d6239a8b4
9 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -210,4 +210,4 @@
/// Make sure something is a boolean TRUE/FALSE 1/0 value, since things like bitfield & bitflag doesn't always give 1s and 0s.
#define FORCE_BOOLEAN(x) ((x)? TRUE : FALSE)
#define TILES_TO_PIXELS(tiles) (tiles * world.icon_size)
#define TILES_TO_PIXELS(tiles) (tiles * PIXELS)