diff --git a/game/src/Player.c b/game/src/Player.c index 3775a94..fa420e2 100644 --- a/game/src/Player.c +++ b/game/src/Player.c @@ -5,7 +5,7 @@ #include "input_axis.h" #include "physics_world.h" -const Vector PLAYER_SPEED = MakeVector(1.0f, 0.70f); +const Vector PLAYER_SPEED = { 1.0f, 0.70f }; static inline void Internal_PlayerInitInput(Player* self) {