mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 08:00:01 +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;
|
||||
|
||||
#ifndef FIX_BUGS // TEMP!!!
|
||||
#ifdef FIX_BUGS
|
||||
CAutomobile* tank = new CAutomobile(MI_RHINO, RANDOM_VEHICLE);
|
||||
#else
|
||||
CAutomobile *tank = new CAutomobile(MI_RHINO, MISSION_VEHICLE);
|
||||
|
|
Loading…
Reference in a new issue