diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 857b61167..6786ee0b0 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -468,6 +468,9 @@ class LocalPlayer final : public Being, void updateStatus() const; + void setTestParticle(const std::string &fileName, + bool updateHash = true); + std::string getInvertDirectionString(); std::string getCrazyMoveTypeString(); @@ -632,6 +635,10 @@ class LocalPlayer final : public Being, std::string mLastHitFrom; std::string mWaitFor; int mAdvertTime; + Particle *mTestParticle; + std::string mTestParticleName; + int mTestParticleTime; + unsigned long mTestParticleHash; bool mBlockAdvert; bool mEnableAdvert; bool mTradebot; |