OiStopCheating matching

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

View File

@ -1933,7 +1933,7 @@ void OiStopCheating(tOpponent_spec* pOpponent_spec) {
dr_dprintf("%s: OiStopCheating() - End of cheating sesh", pOpponent_spec->car_spec->driver_name);
pOpponent_spec->cheating = 0;
if ((pOpponent_spec->car_spec->car_ID & 0xff00) == 0x300) {
if (CAR_SPEC_IS_ROZZER(pOpponent_spec->car_spec)) {
dr_dprintf("%s: OiStopCheating() - Turning physics ON", pOpponent_spec->car_spec->driver_name);
TurnOpponentPhysicsOn(pOpponent_spec);
RebuildActiveCarList();