Mercurial > mm7
comparison Render.h @ 430:58b71c1af7d8
Objects are drawn (items, spells sfx)
author | Nomad |
---|---|
date | Sun, 24 Feb 2013 00:54:25 +0200 |
parents | 672b83584b0f |
children | cb0ad52d6a26 |
comparison
equal
deleted
inserted
replaced
427:49d945ce4285 | 430:58b71c1af7d8 |
---|---|
68 int field_14_actor_id; | 68 int field_14_actor_id; |
69 unsigned __int16 uHwSpriteID; | 69 unsigned __int16 uHwSpriteID; |
70 __int16 uPalette; | 70 __int16 uPalette; |
71 __int16 uIndoorSectorID; | 71 __int16 uIndoorSectorID; |
72 __int16 field_1E; | 72 __int16 field_1E; |
73 __int16 some_x; | 73 __int16 world_x; |
74 __int16 some_y; | 74 __int16 world_y; |
75 __int16 some_z; | 75 __int16 world_z; |
76 __int16 uScreenSpaceX; | 76 __int16 uScreenSpaceX; |
77 __int16 uScreenSpaceY; | 77 __int16 uScreenSpaceY; |
78 unsigned __int16 uPaletteSubindex; | 78 unsigned __int16 uPaletteSubindex; |
79 unsigned int uTintColor; | 79 unsigned int uTintColor; |
80 SpriteFrame *pSpriteFrame; | 80 SpriteFrame *pSpriteFrame; |