1
0

Made comments more readable by adding space between // and text content. Added /// doxygen syntax comments to declarations

This commit is contained in:
James Ravenscroft 2013-08-08 11:01:45 +01:00
parent 9a6442a206
commit 864bdd2626
2 changed files with 9 additions and 9 deletions

View File

@ -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;