Used the wrong global variable in mouseJet

This commit is contained in:
Robert MacGregor 2015-11-23 01:08:46 -05:00
parent 14a2638045
commit 0f0ed48772

View file

@ -9,5 +9,5 @@
// Apparently our Torque3D build already has this in it, how convenient.
function mouseJet(%jetting)
{
$player::jumpJetTrigger = %jetting;
$mvTriggerCount1 = %jetting;
}