mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 15:26:19 +00:00
fixed script bug
This commit is contained in:
@ -2998,9 +2998,9 @@ int8 CRunningScript::ProcessCommands300To399(int32 command)
|
||||
pCarGen->SwitchOff();
|
||||
}else if (ScriptParams[1] <= 100){
|
||||
pCarGen->SwitchOn();
|
||||
pCarGen->SetUsesRemaining(ScriptParams[1]);
|
||||
}else{
|
||||
pCarGen->SwitchOn();
|
||||
pCarGen->SetUsesRemaining(ScriptParams[1]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user