Fix grappler also shots on cancel

Tobias Zwick 2011-09-19 12:51:53 +02:00
parent 1fc5addd10
commit bcbb2ae132
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public func FinishedAiming(object clonk, int angle)
public func ControlUseCancel(object clonk, int x, int y)
{
clonk->StopAim();
clonk->CancelAiming();
return true;
}