1
0

Fixed the formatting issues in player cpp files

This commit is contained in:
James Ravenscroft 2013-08-08 10:57:36 +01:00
parent e6c33b0256
commit 9a6442a206
2 changed files with 37 additions and 38 deletions

View File

@ -1323,7 +1323,6 @@ void cPlayer::UseEquippedItem()
void cPlayer::HandleAir(cChunk & a_Chunk)
{
//Ref.: http://www.minecraftwiki.net/wiki/Chunk_format
//see if the player is /submerged/ water (block above is water)
// Get the type of block the player's standing in:
BLOCKTYPE BlockIn;