JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
* dust.c (zero): correct lower bound for wrapping to avoid loss of precision.
[vor.git] / sprite.h
index 0bca1af..41ab8f2 100644 (file)
--- a/sprite.h
+++ b/sprite.h
@@ -26,6 +26,7 @@ struct sprite {
        uint32_t area;
 };
 
+// flags
 #define MOVE 1
 #define DRAW 2
 #define COLLIDE 4