diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 2fcd9367..687cd5a3 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -148,7 +148,8 @@ void Being::setSpeech(const std::string &text, int time) void Being::nextStep() { - if (!path.empty()) { + if (!path.empty()) + { PATH_NODE node = path.front(); path.pop_front(); |