aboutsummaryrefslogtreecommitdiff
path: root/src/core/player.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-06 11:27:15 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-06 11:27:15 +0800
commit97caa971ba3d7f11ff608f7a333f098c0d2a0a8c (patch)
treeecef927aba5827d815337ef043e100ef60dd3e19 /src/core/player.hpp
parentdf888862b81d3c5baa011e79e41b33f3963d812a (diff)
downloadbullet-lab-remix-97caa971ba3d7f11ff608f7a333f098c0d2a0a8c.tar.xz
Forgot to add '-a'...
Diffstat (limited to 'src/core/player.hpp')
-rw-r--r--src/core/player.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/player.hpp b/src/core/player.hpp
index 408c174..51f4c79 100644
--- a/src/core/player.hpp
+++ b/src/core/player.hpp
@@ -9,10 +9,10 @@ private:
static SMELT* sm;
public:
smvec2d pos;
- float rot,vel,velp;
+ double rot,vel,velp;
int plyrctl[6];
- playerBase(float _x=400,float _y=400);
+ playerBase(double _x=400,double _y=400);
~playerBase();
void update();
void render();