Mercurial > mm7
comparison ObjectList.h @ 430:58b71c1af7d8
Objects are drawn (items, spells sfx)
author | Nomad |
---|---|
date | Sun, 24 Feb 2013 00:54:25 +0200 |
parents | 9c0607679772 |
children | 7ef4b64f6329 |
comparison
equal
deleted
inserted
replaced
427:49d945ce4285 | 430:58b71c1af7d8 |
---|---|
24 | 24 |
25 /* 56 */ | 25 /* 56 */ |
26 #pragma pack(push, 1) | 26 #pragma pack(push, 1) |
27 struct ObjectDesc | 27 struct ObjectDesc |
28 { | 28 { |
29 inline bool NoSprite() const {return uFlags & OBJECT_DESC_NO_SPRITE;} | |
30 | |
29 char field_0[32]; | 31 char field_0[32]; |
30 __int16 uObjectID; | 32 __int16 uObjectID; |
31 __int16 uRadius; | 33 __int16 uRadius; |
32 __int16 uHeight; | 34 __int16 uHeight; |
33 __int16 uFlags; | 35 __int16 uFlags; |