mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-25 15:52:07 +02:00
obviously forgot about it
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user