diff SpriteObject.h @ 1545:c4ab816fcc5e

assert, Abortf, AbortWithError -> Assert, Error refactors here and there
author Nomad
date Sat, 07 Sep 2013 20:05:20 +0200
parents d071e0e9ba75
children 9551756f46c4
line wrap: on
line diff
--- a/SpriteObject.h	Sat Sep 07 15:20:57 2013 +0200
+++ b/SpriteObject.h	Sat Sep 07 20:05:20 2013 +0200
@@ -3,7 +3,8 @@
 
 enum
 {
-  OBJECT_ATTACHED_TO_ACTOR = 0x80,
+    OBJECT_40 = 0x40
+  , OBJECT_ATTACHED_TO_ACTOR = 0x80
 };
 
 #define MAX_SPRITE_OBJECTS 1000