forked from teamnwah/openmw-tes3coop
missing ; added
This commit is contained in:
parent
c589cbd4ff
commit
23cc1d17ca
1 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
enum DrawState
|
enum DrawState
|
||||||
{
|
{
|
||||||
DrawState_Weapon,
|
DrawState_Weapon = 0,
|
||||||
DrawState_Spell,
|
DrawState_Spell = 1,
|
||||||
DrawState_Nothing
|
DrawState_Nothing = 2,
|
||||||
}
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue