]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Weapons.h
Removed unused member of Weapon class
[lugaru.git] / Source / Weapons.h
index 0c66b5d78004722a5e98b8485fd3e8fe2dee61b1..5954d8ff69ac82ac8853d7dd0e56781ead335763 100644 (file)
@@ -66,6 +66,9 @@ public:
     }
     void setType(int);
 
+    void drop(XYZ velocity, XYZ tipvelocity, bool sethitsomething = true);
+    void thrown(XYZ velocity, bool sethitsomething = true);
+
     int owner;
     XYZ position;
     XYZ tippoint;
@@ -94,7 +97,6 @@ private:
     int type;
 
     XYZ oldtippoint;
-    float lastmult;
     XYZ oldposition;
     int oldowner;
     bool onfire;