mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-30 04:54:15 +01: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 New Issue
Block a user