1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 17:15:33 +00:00

fixed "comma at end of enumerator list" warning.

This commit is contained in:
dteviot 2015-07-20 18:20:57 +12:00
parent 00eef585af
commit 2a4d35b98c

View file

@ -68,7 +68,7 @@ namespace MWMechanics
Wander_ChooseAction,
Wander_IdleNow,
Wander_MoveNow,
Wander_Walking,
Wander_Walking
};
private:
// NOTE: mDistance and mDuration must be set already