mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-11 01:44:09 +00:00
obviously forgot about it
This commit is contained in:
parent
cbb298c8dd
commit
1732f9b5c6
|
@ -94,7 +94,7 @@ void TankCheat()
|
||||||
|
|
||||||
if (node < 0) return;
|
if (node < 0) return;
|
||||||
|
|
||||||
#ifndef FIX_BUGS // TEMP!!!
|
#ifdef FIX_BUGS
|
||||||
CAutomobile* tank = new CAutomobile(MI_RHINO, RANDOM_VEHICLE);
|
CAutomobile* tank = new CAutomobile(MI_RHINO, RANDOM_VEHICLE);
|
||||||
#else
|
#else
|
||||||
CAutomobile *tank = new CAutomobile(MI_RHINO, MISSION_VEHICLE);
|
CAutomobile *tank = new CAutomobile(MI_RHINO, MISSION_VEHICLE);
|
||||||
|
|
Loading…
Reference in a new issue