diff options
Diffstat (limited to 'source/game/StarHumanoid.cpp')
-rw-r--r-- | source/game/StarHumanoid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarHumanoid.cpp b/source/game/StarHumanoid.cpp index d54804a..1c23308 100644 --- a/source/game/StarHumanoid.cpp +++ b/source/game/StarHumanoid.cpp @@ -1025,7 +1025,7 @@ String Humanoid::frameBase(State state) const { return "lay"; default: - throw StarException(strf("No such state '%s'", state)); + throw StarException(strf("No such state '%s'", StateNames.getRight(state))); } } |