mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 23:23:45 +00:00
lil fix
This commit is contained in:
parent
68c37d2d88
commit
cb35f78511
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue