StartToCheat matching

This commit is contained in:
Dethrace Labs 2025-09-26 07:12:45 +12:00
parent 069028477b
commit 36918d91a6
1 changed files with 1 additions and 1 deletions

View File

@ -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();