fix grenade launcher blocking hands after shooting

stable-6.1
Maikel de Vries 2015-05-17 18:42:51 +02:00
parent a73b432cac
commit 939888e9d2
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ protected func ControlUseStop(object clonk, ix, iy)
{
holding = false;
clonk->StopAim();
return -1;
return true;
}
// Callback from the clonk, when he actually has stopped aiming