mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
macOS Support & AppPlatform Cleanup (#57)
* macOS Support & Cleanup * Fix malformed comments in build-wasm.bat * Emscripten Fixes * * Add shebang to the grabsounds.py script Since it was changed from rw- to rwx, I'll add the shebang so that it actually runs properly. * * Re-add the patch_data and readme files. * * Remove sound data. * Fix some more things. * Think it's ready to pull now... --------- Co-authored-by: BrentDaMage <BrentDaMage@users.noreply.github.com> Co-authored-by: iProgramInCpp <iprogramincpp@gmail.com>
This commit is contained in:
@@ -132,7 +132,7 @@ int Entity::move(float x, float y, float z)
|
||||
bool b1, b2, b3, b4, b5, b6;
|
||||
AABB hitold;
|
||||
|
||||
oldX = m_pos.x, oldZ = m_pos.z;
|
||||
oldX = m_pos.x; oldZ = m_pos.z;
|
||||
|
||||
x7 = m_hitbox.max.z;
|
||||
x8 = m_hitbox.max.y;
|
||||
@@ -319,7 +319,7 @@ label_5:
|
||||
goto label_45;
|
||||
}
|
||||
|
||||
if (field_A4 >= 0.05f || x_2 == x_1 && z_2 == z_1)
|
||||
if (field_A4 >= 0.05f || (x_2 == x_1 && z_2 == z_1))
|
||||
goto label_44;
|
||||
|
||||
// oh come on, undoing all our work??
|
||||
|
||||
Reference in New Issue
Block a user