mirror of
https://github.com/GTAmodding/re3.git
synced 2025-02-15 02:25:51 +00:00
obviously forgot about it
This commit is contained in:
parent
cbb298c8dd
commit
1732f9b5c6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue