* 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

@@ -67,13 +67,6 @@ Mob::Mob(Level* pLevel) : Entity(pLevel)
field_E0 = Mth::random() * 12398.0f;
m_yaw = float(Mth::random() * M_PI);
field_A8 = 0.5f;
// @TEST TEST TEST
field_C8 = RENDER_HUMANOID;
field_F0 = true;
// @TEST TEST TEST
}
Mob::~Mob()