Mercurial > mm7
comparison stru6.h @ 491:e01730a207c3
Spell animations on portraits drawn when casting
author | Nomad |
---|---|
date | Wed, 27 Feb 2013 23:28:03 +0200 |
parents | 7887a9cf9e7b |
children | cb0ad52d6a26 |
comparison
equal
deleted
inserted
replaced
490:cc4b7981c1bb | 491:e01730a207c3 |
---|---|
55 bRender(false), uSpellAnimTime(0), uSpellIconID(0) | 55 bRender(false), uSpellAnimTime(0), uSpellIconID(0) |
56 {} | 56 {} |
57 | 57 |
58 __int16 bRender; | 58 __int16 bRender; |
59 __int16 field_2; | 59 __int16 field_2; |
60 int field_4; | 60 int uSpellAnimTimeElapsed; |
61 int uSpellAnimTime; | 61 int uSpellAnimTime; |
62 int uSpellIconID; | 62 int uSpellIconID; |
63 }; | 63 }; |
64 #pragma pack(pop) | 64 #pragma pack(pop) |
65 | 65 |