summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index bcc3f7d81..b281919f3 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -1588,6 +1588,7 @@ void Being::setAction(const BeingActionT &restrict action,
currentAction = getSpawnAction();
break;
case BeingAction::PRESTAND:
+ break;
default:
logger->log("Being::setAction unknown action: "
+ toString(CAST_U32(action)));