mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 08:20:00 +00:00
fixed script bug
This commit is contained in:
parent
50f0c7a1dc
commit
1b96e6c378
|
@ -2998,9 +2998,9 @@ int8 CRunningScript::ProcessCommands300To399(int32 command)
|
||||||
pCarGen->SwitchOff();
|
pCarGen->SwitchOff();
|
||||||
}else if (ScriptParams[1] <= 100){
|
}else if (ScriptParams[1] <= 100){
|
||||||
pCarGen->SwitchOn();
|
pCarGen->SwitchOn();
|
||||||
|
pCarGen->SetUsesRemaining(ScriptParams[1]);
|
||||||
}else{
|
}else{
|
||||||
pCarGen->SwitchOn();
|
pCarGen->SwitchOn();
|
||||||
pCarGen->SetUsesRemaining(ScriptParams[1]);
|
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue