diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-04-09 01:24:21 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-04-09 17:54:13 +0200 |
commit | c1d1f57158dd4cf0baf52313fb9d538b87940c67 (patch) | |
tree | 4bfd822f5bc341818684e607454e3096c89ab64f /src/localplayer.h | |
parent | 72d83cf5ae523f16fd5313c20f711f6030350d05 (diff) | |
download | mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.gz mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.bz2 mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.xz mana-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.h | 10 |
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 |