mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-09 22:13:31 +00:00
missing ; added
This commit is contained in:
parent
c589cbd4ff
commit
23cc1d17ca
@ -3,9 +3,9 @@
|
||||
|
||||
enum DrawState
|
||||
{
|
||||
DrawState_Weapon,
|
||||
DrawState_Spell,
|
||||
DrawState_Nothing
|
||||
}
|
||||
DrawState_Weapon = 0,
|
||||
DrawState_Spell = 1,
|
||||
DrawState_Nothing = 2,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user