Skip to content

Commit

Permalink
Update creature.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehah committed Nov 2, 2023
1 parent 02e57aa commit 9437b72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/creatures/creature.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ class Creature : virtual public Thing, public SharedObject {
Creature();

public:
static constexpr double speedA = 857.36, speedB = 261.29, speedC = -4795.01;
static constexpr double speedA = 857.36;
static constexpr double speedB = 261.29;
static constexpr double speedC = -4795.01;

virtual ~Creature();

Expand Down

0 comments on commit 9437b72

Please sign in to comment.