forked from mirror/openmw-tes3mp
changed numeric char type defs from char to signed char
This commit is contained in:
parent
49f68e08bf
commit
770276281b
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ struct ENAMstruct
|
|||
|
||||
// Which skills/attributes are affected (for restore/drain spells
|
||||
// etc.)
|
||||
char skill, attribute; // -1 if N/A
|
||||
signed char skill, attribute; // -1 if N/A
|
||||
|
||||
// Other spell parameters
|
||||
int range; // 0 - self, 1 - touch, 2 - target (RangeType enum)
|
||||
|
|
Loading…
Reference in a new issue