comparison SpriteObject.h @ 823:c1da83d8223f

More spell renames
author Nomad
date Tue, 26 Mar 2013 20:05:57 +0200
parents c232f160e6f3
children 39eaa6b00141
comparison
equal deleted inserted replaced
822:c232f160e6f3 823:c1da83d8223f
39 int spell_id; 39 int spell_id;
40 int spell_level; 40 int spell_level;
41 int spell_skill; 41 int spell_skill;
42 int field_54; 42 int field_54;
43 int spell_caster_pid; 43 int spell_caster_pid;
44 int field_5C; 44 int spell_target_pid;
45 char field_60_distance_related_prolly_lod; 45 char field_60_distance_related_prolly_lod;
46 char field_61; 46 char field_61;
47 char field_62[2]; 47 char field_62[2];
48 Vec3_int_ field_64; 48 Vec3_int_ field_64;
49 }; 49 };