summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-09 01:24:21 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-09 17:54:13 +0200
commitc1d1f57158dd4cf0baf52313fb9d538b87940c67 (patch)
tree4bfd822f5bc341818684e607454e3096c89ab64f /src/localplayer.h
parent72d83cf5ae523f16fd5313c20f711f6030350d05 (diff)
downloadmana-client-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.gz
mana-client-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.bz2
mana-client-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.xz
mana-client-c1d1f57158dd4cf0baf52313fb9d538b87940c67.zip
Removed a lot of useless "documentation"
I have to admit I contributed a large part of these. Sorry for that. Less empty space, more attention to the code. Acked-by: Jared Adams
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 54c1a2e7..e7fd78f6 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -55,7 +55,7 @@ enum
PICKUP_TOO_FAR,
PICKUP_INV_FULL,
PICKUP_STACK_FULL,
- PICKUP_DROP_STEAL,
+ PICKUP_DROP_STEAL
};
@@ -65,14 +65,8 @@ enum
class LocalPlayer : public Being
{
public:
- /**
- * Constructor.
- */
LocalPlayer(int id= 65535, int subtype = 0);
- /**
- * Destructor.
- */
~LocalPlayer();
virtual void logic();
@@ -267,4 +261,4 @@ class LocalPlayer : public Being
extern LocalPlayer *player_node;
-#endif
+#endif // LOCALPLAYER_H