summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-06 21:42:39 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-06 21:42:39 +0300
commit7b818cbf0b07826fd93bfe9c6cc22f9f1ede3329 (patch)
tree5a0c8a07f9930599f6b1efaf7a684bedeeb482bb /src/being/being.cpp
parentf970dbd2e2c2548114ef86dc7d6b3046791c6612 (diff)
downloadplus-7b818cbf0b07826fd93bfe9c6cc22f9f1ede3329.tar.gz
plus-7b818cbf0b07826fd93bfe9c6cc22f9f1ede3329.tar.bz2
plus-7b818cbf0b07826fd93bfe9c6cc22f9f1ede3329.tar.xz
plus-7b818cbf0b07826fd93bfe9c6cc22f9f1ede3329.zip
Add noexcept into being.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 194bfb526..2de362365 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -4225,7 +4225,7 @@ bool Being::isSellShopEnabled() const restrict2
#endif
}
-void Being::serverRemove() restrict2
+void Being::serverRemove() restrict2 noexcept
{
// remove some flags what can survive player remove and next visible
mTrickDead = false;