diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index a496121e8..092e324e4 100644 --- a/src/being.h +++ b/src/being.h @@ -750,7 +750,7 @@ class Being : public ActorSprite, public ConfigListener { return mAdvanced; } void setAdvanced(bool n) - { mAdvanced = n; addToCache();} + { mAdvanced = n; addToCache(); } bool isShopEnabled() { return mShop; } |