projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce29fe
)
fixed Mr.Tree file edit mistake on my part
author
Stephen Groundwater
<slacker@gluebox.com>
Sun, 16 Oct 2005 14:57:36 +0000
(14:57 +0000)
committer
Stephen Groundwater
<slacker@gluebox.com>
Sun, 16 Oct 2005 14:57:36 +0000
(14:57 +0000)
SVN-Revision: 2848
src/badguy/mrtree.hpp
patch
|
blob
|
history
diff --git
a/src/badguy/mrtree.hpp
b/src/badguy/mrtree.hpp
index
8858d4e
..
058e261
100644
(file)
--- 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);