~ubuntu-branches/ubuntu/vivid/manaplus/vivid

« back to all changes in this revision

Viewing changes to src/being/actorsprite.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2015-02-05 10:52:57 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20150205105257-q53e3m1s2wwawu8a
Tags: 1.5.1.31-1
* New upstream release.
* Fix some wildcard-matches-nothing-in-dep5-copyright warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
        bool getPoison() const A_WARN_UNUSED
172
172
        { return mPoison; }
173
173
 
 
174
        void setHaveCart(const bool b)
 
175
        { mHaveCart = b; }
 
176
 
 
177
        bool getHaveCart() const A_WARN_UNUSED
 
178
        { return mHaveCart; }
 
179
 
174
180
    protected:
175
181
        /**
176
182
         * Notify self that the stun mode has been updated. Invoked by
232
238
        /** Reset particle status effects on next redraw? */
233
239
        bool mMustResetParticles;
234
240
        bool mPoison;
 
241
        bool mHaveCart;
235
242
};
236
243
 
237
244
#endif  // BEING_ACTORSPRITE_H