Skip to content

Commit

Permalink
less i guess
Browse files Browse the repository at this point in the history
  • Loading branch information
Rusty-Box authored Jul 20, 2024
1 parent bd92492 commit d9c8a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/badguy/dive_mine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "supertux/sector.hpp"

const float DiveMine::s_trigger_radius = 120.f;
const float DiveMine::s_swim_speed = 35.f;
const float DiveMine::s_swim_speed = 30.f;
const float DiveMine::s_max_float_acceleration = 15.f;

DiveMine::DiveMine(const ReaderMapping& reader) :
Expand Down

0 comments on commit d9c8a2f

Please sign in to comment.