Fixed the formatting issues in player cpp files
This commit is contained in:
parent
e6c33b0256
commit
9a6442a206
@ -1323,7 +1323,6 @@ void cPlayer::UseEquippedItem()
|
|||||||
void cPlayer::HandleAir(cChunk & a_Chunk)
|
void cPlayer::HandleAir(cChunk & a_Chunk)
|
||||||
{
|
{
|
||||||
//Ref.: http://www.minecraftwiki.net/wiki/Chunk_format
|
//Ref.: http://www.minecraftwiki.net/wiki/Chunk_format
|
||||||
|
|
||||||
//see if the player is /submerged/ water (block above is water)
|
//see if the player is /submerged/ water (block above is water)
|
||||||
// Get the type of block the player's standing in:
|
// Get the type of block the player's standing in:
|
||||||
BLOCKTYPE BlockIn;
|
BLOCKTYPE BlockIn;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user