diff --git a/src/world.h b/src/world.h index b4461f9..d01b6ff 100644 --- a/src/world.h +++ b/src/world.h @@ -14,7 +14,7 @@ extern float simTime; extern const float PMV; -extern const float PLAYER_SPEED_FACTOR; +extern const int PLAYER_SPEED_FACTOR; void ApplyForce(Entity *e, Vector2 force); bool IsGrounded(Entity *e); diff --git a/wrldbox b/wrldbox index 357c77b..7a8e072 100755 Binary files a/wrldbox and b/wrldbox differ