aboutsummaryrefslogtreecommitdiff
path: root/src/core/player.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/player.hpp')
-rw-r--r--src/core/player.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/player.hpp b/src/core/player.hpp
index 51f4c79..2580e7a 100644
--- a/src/core/player.hpp
+++ b/src/core/player.hpp
@@ -10,7 +10,7 @@ private:
public:
smvec2d pos;
double rot,vel,velp;
- int plyrctl[6];
+ int plyrctl[6],coll,scoll;
playerBase(double _x=400,double _y=400);
~playerBase();