Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
1544:499761153844 | 1545:c4ab816fcc5e |
---|---|
1 #pragma once | 1 #pragma once |
2 #include "Items.h" | 2 #include "Items.h" |
3 | 3 |
4 enum | 4 enum |
5 { | 5 { |
6 OBJECT_ATTACHED_TO_ACTOR = 0x80, | 6 OBJECT_40 = 0x40 |
7 , OBJECT_ATTACHED_TO_ACTOR = 0x80 | |
7 }; | 8 }; |
8 | 9 |
9 #define MAX_SPRITE_OBJECTS 1000 | 10 #define MAX_SPRITE_OBJECTS 1000 |
10 /* 72 */ | 11 /* 72 */ |
11 #pragma pack(push, 1) | 12 #pragma pack(push, 1) |