MoltenMonarch.ocs/System.ocg/King_Javelin.c: fAiming -> aiming

stable-6.1
Martin Plicht 2015-03-23 20:30:15 +01:00 committed by Maikel de Vries
parent b357f7cd1e
commit 39d6cc2c2c
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ public func DoThrow(object clonk, int angle)
Sound("ThrowJavelin?");
fAiming = -1;
aiming = -1;
clonk->UpdateAttach();
}