Made comments more readable by adding space between // and text content. Added /// doxygen syntax comments to declarations
This commit is contained in:
parent
9a6442a206
commit
864bdd2626
@ -271,9 +271,9 @@ protected:
|
|||||||
std::string m_PlayerName;
|
std::string m_PlayerName;
|
||||||
std::string m_LoadedWorldName;
|
std::string m_LoadedWorldName;
|
||||||
|
|
||||||
//Player's air level (for swimming)
|
/// Player's air level (for swimming)
|
||||||
int m_AirLevel;
|
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;
|
int m_AirTickTimer;
|
||||||
|
|
||||||
bool m_bVisible;
|
bool m_bVisible;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user