* Remove testing code.

This commit is contained in:
iProgramInCpp
2023-09-17 14:43:38 +03:00
parent 6cafc1b379
commit 4ada245c06
3 changed files with 0 additions and 30 deletions

View File

@@ -39,10 +39,6 @@ Player::Player(Level* pLevel) : Mob(pLevel)
field_C4 = 20;
field_B5C = 180.0f;
// @TEST TEST TEST
field_F0 = false;
// @TEST TEST TEST
}
Player::~Player()