src/Player.hh
changeset 225 22ecb9cb9245
parent 223 2fcaf54ed37b
child 228 dbc1bb7a98b5
--- a/src/Player.hh	Sat Dec 06 19:14:58 2008 +0000
+++ b/src/Player.hh	Sat Dec 06 19:38:01 2008 +0000
@@ -9,7 +9,7 @@
 #include "PhysicsObject.hh"
 #include "Input.hh"
 #include "Weapon.hh"
-//#include "Rope.hh"
+#include "Rope.hh"
 #include <vector>
 
 class Player : public PhysicsObject {
@@ -22,7 +22,7 @@
         unsigned int selectedWeapon; //unsigned for x%sW not to fail
         bool changing;
 
-//        Rope rope;
+        Rope rope;
         int animation_step;
 
         // default constructor for use with virtual inheritance... it's not defined