summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar <Reimar@Leike.name>2014-12-22 13:50:16 +0100
committerReimar <Reimar@Leike.name>2014-12-22 13:50:16 +0100
commitaaf8a705dc7dff8377abd28fe6bde0d6144770d1 (patch)
tree575bc0fd4561ed8616c55f362d8d8392083b17b1
parent964353d5eab9b49ffb88958d520ab5b56f7c268b (diff)
downloadSpaceCannon-aaf8a705dc7dff8377abd28fe6bde0d6144770d1.tar
SpaceCannon-aaf8a705dc7dff8377abd28fe6bde0d6144770d1.tar.gz
SpaceCannon-aaf8a705dc7dff8377abd28fe6bde0d6144770d1.tar.bz2
SpaceCannon-aaf8a705dc7dff8377abd28fe6bde0d6144770d1.tar.xz
SpaceCannon-aaf8a705dc7dff8377abd28fe6bde0d6144770d1.zip
HOTFIX: No more debug output
-rw-r--r--JnR.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/JnR.cpp b/JnR.cpp
index f30f8c9..771cee1 100644
--- a/JnR.cpp
+++ b/JnR.cpp
@@ -572,7 +572,6 @@ public:
572 double vart = (sin(t))/7; 572 double vart = (sin(t))/7;
573 g_x = g*sin(vart); 573 g_x = g*sin(vart);
574 g_y = - g*cos(vart); 574 g_y = - g*cos(vart);
575 cout << g_x << endl;
576 if(y_pos > ground_level+ball_rad) 575 if(y_pos > ground_level+ball_rad)
577 { 576 {
578 y_vel = y_vel*(1.0-c_r) + g_y/60; 577 y_vel = y_vel*(1.0-c_r) + g_y/60;