mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 00:09:45 +00:00
fixed double explosion
This commit is contained in:
@ -1171,7 +1171,10 @@ CVehicle::AddPassenger(CPed *passenger, uint8 n)
|
||||
void
|
||||
CVehicle::RemoveDriver(void)
|
||||
{
|
||||
SetStatus(STATUS_ABANDONED);
|
||||
#ifdef FIX_BUGS
|
||||
if (GetStatus() != STATUS_WRECKED)
|
||||
#endif
|
||||
SetStatus(STATUS_ABANDONED);
|
||||
pDriver = nil;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user