mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
skip prepping dev functions that aren't used when not dev compiled
This commit is contained in:
parent
62a82ec71d
commit
b2c0f5720d
@ -1,7 +1,6 @@
|
||||
// dev
|
||||
#ifdef DEBUG_MODE_DRAW
|
||||
PREP(dev_fired);
|
||||
PREP(dev_fragCalcDump);
|
||||
PREP(dev_debugAmmo);
|
||||
PREP(dev_trackHitBox);
|
||||
PREP(dev_sphereDraw);
|
||||
PREP(dev_addRound);
|
||||
@ -9,6 +8,9 @@ PREP(dev_trackObj);
|
||||
PREP(dev_drawTrace);
|
||||
PREP(dev_clearTraces);
|
||||
PREP(dev_switchUnitHandle);
|
||||
#endif
|
||||
PREP(dev_fragCalcDump);
|
||||
PREP(dev_debugAmmo);
|
||||
|
||||
// Base
|
||||
PREP(initRound);
|
||||
|
Loading…
Reference in New Issue
Block a user