From: Stephen Groundwater Date: Sun, 16 Oct 2005 14:57:36 +0000 (+0000) Subject: fixed Mr.Tree file edit mistake on my part X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f7f5fc0c794eb421d058b92f31add2adff18e2d7;p=supertux.git fixed Mr.Tree file edit mistake on my part SVN-Revision: 2848 --- diff --git a/src/badguy/mrtree.hpp b/src/badguy/mrtree.hpp index 8858d4ea0..058e26141 100644 --- a/src/badguy/mrtree.hpp +++ b/src/badguy/mrtree.hpp @@ -18,15 +18,15 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. -#ifndef __TOTEM_H__ -#define __TOTEM_H__ +#ifndef __MRTREE_H__ +#define __MRTREE_H__ #include "badguy.hpp" -class Totem : public BadGuy +class MrTree : public BadGuy { public: - Totem(const lisp::Lisp& reader); + MrTree(const lisp::Lisp& reader); void activate(); void write(lisp::Writer& writer);