mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-13 20:39:40 +00:00
Clarify a comment
This commit is contained in:
parent
ac717373b1
commit
3348e8a436
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ enum CharacterState {
|
||||||
CharState_SwimRunLeft,
|
CharState_SwimRunLeft,
|
||||||
CharState_SwimRunRight,
|
CharState_SwimRunRight,
|
||||||
|
|
||||||
/* Must be last! */
|
/* Death states must be last! */
|
||||||
CharState_Death1,
|
CharState_Death1,
|
||||||
CharState_Death2,
|
CharState_Death2,
|
||||||
CharState_Death3,
|
CharState_Death3,
|
||||||
|
|
Loading…
Reference in a new issue