summaryrefslogtreecommitdiffstats
path: root/source/Player.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Player.h4
1 files changed, 2 insertions, 2 deletions
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;