From 864bdd2626fbbdca10d1ddfe934334c41ccc3571 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Thu, 8 Aug 2013 11:01:45 +0100 Subject: Made comments more readable by adding space between // and text content. Added /// doxygen syntax comments to declarations --- source/Player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Player.h') diff --git a/source/Player.h b/source/Player.h index f1d746318..542656b5a 100644 --- a/source/Player.h +++ b/source/Player.h @@ -271,9 +271,9 @@ protected: std::string m_PlayerName; std::string m_LoadedWorldName; - //Player's air level (for swimming) + /// Player's air level (for swimming) int m_AirLevel; - //used to time ticks between damage taken via drowning/suffocation + /// used to time ticks between damage taken via drowning/suffocation int m_AirTickTimer; bool m_bVisible; -- cgit v1.2.3