This commit is contained in:
kevinz000
2020-05-08 21:27:36 -07:00
parent 1872f556ac
commit 4cd5e08902
3 changed files with 21 additions and 24 deletions
+2
View File
@@ -209,3 +209,5 @@
/// 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)