From: Côme Chilliet Date: Tue, 29 Nov 2016 05:02:34 +0000 (+0700) Subject: Removed unused member of Weapon class X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=c518eded68d59b0abcfaa2493863a70b45737d0c;p=lugaru.git Removed unused member of Weapon class --- diff --git a/Source/Weapons.h b/Source/Weapons.h index 398530b..5954d8f 100644 --- a/Source/Weapons.h +++ b/Source/Weapons.h @@ -97,7 +97,6 @@ private: int type; XYZ oldtippoint; - float lastmult; XYZ oldposition; int oldowner; bool onfire;