diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-16 15:02:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-16 15:02:46 +0300 |
commit | 8ae877cf5d4abd2c97d299c5067c6d2f77dd2811 (patch) | |
tree | 7d557177a681aa8ddc4331d22bf0f1d126cb4051 /src/being/being.cpp | |
parent | 8c2820ce9a67bf6e0691e4d72804a2dd1a2a3eac (diff) | |
download | plus-8ae877cf5d4abd2c97d299c5067c6d2f77dd2811.tar.gz plus-8ae877cf5d4abd2c97d299c5067c6d2f77dd2811.tar.bz2 plus-8ae877cf5d4abd2c97d299c5067c6d2f77dd2811.tar.xz plus-8ae877cf5d4abd2c97d299c5067c6d2f77dd2811.zip |
Add nonnull attributes to particle classes.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 101b0ef67..ccd28c79f 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -754,7 +754,7 @@ void Being::takeDamage(Being *restrict const attacker, ChatMsgType::BY_PLAYER); } } - if (font && particleEngine) + if (font && particleEngine && color) { // Show damage number particleEngine->addTextSplashEffect(damage, |