Vehicle gamepad fix for full template.

This commit is contained in:
rextimmy 2014-06-10 09:06:21 +10:00
parent d0a64026b0
commit 709bd99ed4
2 changed files with 11 additions and 0 deletions

View file

@ -145,6 +145,9 @@ function clientCmdtoggleVehicleMap(%toggle)
if(%toggle)
{
moveMap.pop();
// clear movement
$mvForwardAction = 0;
$mvBackwardAction = 0;
vehicleMap.push();
}
else