diff -r 5134c07ce32c -r ad67a3804981 QTfrontend/ui/widget/selectWeapon.cpp --- a/QTfrontend/ui/widget/selectWeapon.cpp Wed Oct 25 15:37:16 2017 -0400 +++ b/QTfrontend/ui/widget/selectWeapon.cpp Wed Oct 25 23:09:41 2017 +0200 @@ -383,3 +383,8 @@ { isDeleting = false; } + +void SelWeaponWidget::init() +{ + isDeleting = false; +}