mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
fixed "comma at end of enumerator list" warning.
This commit is contained in:
parent
00eef585af
commit
2a4d35b98c
@ -68,7 +68,7 @@ namespace MWMechanics
|
|||||||
Wander_ChooseAction,
|
Wander_ChooseAction,
|
||||||
Wander_IdleNow,
|
Wander_IdleNow,
|
||||||
Wander_MoveNow,
|
Wander_MoveNow,
|
||||||
Wander_Walking,
|
Wander_Walking
|
||||||
};
|
};
|
||||||
private:
|
private:
|
||||||
// NOTE: mDistance and mDuration must be set already
|
// NOTE: mDistance and mDuration must be set already
|
||||||
|
Loading…
x
Reference in New Issue
Block a user