From cb35f78511c638c1b09a6b8c6a8b62d623cdbb96 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Thu, 12 Aug 2021 01:30:26 +0300 Subject: [PATCH] lil fix --- src/control/Script10.cpp | 1 + src/vehicles/Bike.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/control/Script10.cpp b/src/control/Script10.cpp index ce822505..2fd1c322 100644 --- a/src/control/Script10.cpp +++ b/src/control/Script10.cpp @@ -94,6 +94,7 @@ int8 CRunningScript::ProcessCommands1600To1699(int32 command) { CollectParameters(&m_nIp, 1); SET_INTEGER_PARAM(0, CPickups::GetValue(GET_INTEGER_PARAM(0))); + StoreParameters(&m_nIp, 1); return 0; } case COMMAND_SET_PICKUP_VALUE: diff --git a/src/vehicles/Bike.cpp b/src/vehicles/Bike.cpp index 39612a15..60530fff 100644 --- a/src/vehicles/Bike.cpp +++ b/src/vehicles/Bike.cpp @@ -74,6 +74,7 @@ CBike::CBike(int32 id, uint8 CreatedBy) break; case MI_PIZZABOY: case MI_FAGGIO: + case MI_NOODLEBOY: m_bikeAnimType = ASSOCGRP_BIKE_VESPA; break; case MI_PCJ600: