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)
+3
View File
@@ -9,6 +9,9 @@
#define TEXT_EAST "[EAST]"
#define TEXT_WEST "[WEST]"
/// world.icon_size
#define PIXELS 32
//These get to go at the top, because they're special
//You can use these defines to get the typepath of the currently running proc/verb (yes procs + verbs are objects)
/* eg: