JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
surf_screen and t_frame are globals; stopped passing them as arguments.
[vor.git] / sprite.h
index 3cb2c0e..c95db83 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