StartToCheat matching
This commit is contained in:
parent
069028477b
commit
36918d91a6
|
|
@ -1920,7 +1920,7 @@ void StartToCheat(tOpponent_spec* pOpponent_spec) {
|
|||
|
||||
dr_dprintf("%s: StartToCheat() - Starting to cheat", pOpponent_spec->car_spec->driver_name);
|
||||
pOpponent_spec->cheating = 1;
|
||||
if ((pOpponent_spec->car_spec->car_ID & 0xff00) == 0x300) {
|
||||
if (CAR_SPEC_IS_ROZZER(pOpponent_spec->car_spec)) {
|
||||
dr_dprintf("%s: StartToCheat() - Turning physics OFF", pOpponent_spec->car_spec->driver_name);
|
||||
TurnOpponentPhysicsOff(pOpponent_spec);
|
||||
RebuildActiveCarList();
|
||||
|
|
|
|||
Loading…
Reference in New Issue