Skip to content

Commit

Permalink
Fixed degreesTarget oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DMD authored and DMD committed Sep 24, 2016
1 parent 7902afe commit 736a2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TemplePlus/spell.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct SpellEntry{
uint32_t minTarget;
uint32_t maxTarget;
int radiusTarget; //note: if it's negative, it means it's an index(up to - 7); if it's positive, it's a specified number(in feet ? )
float_t degreesTarget;
int degreesTarget;
uint32_t aiTypeBitmask;
uint32_t pad;

Expand Down

0 comments on commit 736a2a6

Please sign in to comment.