mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 09:39:16 +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;
|
||||
|
||||
#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 New Issue
Block a user