X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWeapons.h;h=5954d8ff69ac82ac8853d7dd0e56781ead335763;hb=20e924d;hp=6ed7e002171f99cc57cf8c3c3378f75206eb9471;hpb=b1c8c3f59ed6ae0e0ac7a9be826d9dea0dde247d;p=lugaru.git diff --git a/Source/Weapons.h b/Source/Weapons.h index 6ed7e00..5954d8f 100644 --- a/Source/Weapons.h +++ b/Source/Weapons.h @@ -67,6 +67,7 @@ public: void setType(int); void drop(XYZ velocity, XYZ tipvelocity, bool sethitsomething = true); + void thrown(XYZ velocity, bool sethitsomething = true); int owner; XYZ position; @@ -96,7 +97,6 @@ private: int type; XYZ oldtippoint; - float lastmult; XYZ oldposition; int oldowner; bool onfire;