diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-26 13:30:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-26 13:30:24 +0300 |
commit | 1a9330a5f6cd753b4155ac74db104cb0ffa095c9 (patch) | |
tree | d3d24cfc1101b99e2055a9330b2e31522512f0c3 /src/statuseffect.h | |
parent | 793e570728840dd788f9104e54828c1530016d61 (diff) | |
download | plus-1a9330a5f6cd753b4155ac74db104cb0ffa095c9.tar.gz plus-1a9330a5f6cd753b4155ac74db104cb0ffa095c9.tar.bz2 plus-1a9330a5f6cd753b4155ac74db104cb0ffa095c9.tar.xz plus-1a9330a5f6cd753b4155ac74db104cb0ffa095c9.zip |
Allow open cart window only if cart status effect enabled.
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r-- | src/statuseffect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h index 392a942f6..143124948 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -124,6 +124,7 @@ class StatusEffect final std::string mAction; bool mPersistentParticleEffect; bool mIsPoison; + bool mIsCart; }; #endif // STATUSEFFECT_H |