Not needed in NDEBUG.

Fixes: similar/main/ai.cpp:4311:20: error: unused function 'dump_ai_objects_all'
This commit is contained in:
Bradley Bell 2015-03-25 17:18:59 -07:00
parent 168533bca0
commit e8cd69f0f4

View file

@ -4246,6 +4246,7 @@ static void set_player_awareness_all(void)
}
}
#ifndef NDEBUG
#if PARALLAX
int Ai_dump_enable = 0;
@ -4316,6 +4317,7 @@ static inline void dump_ai_objects_all()
{
}
#endif
#endif
// ----------------------------------------------------------------------------------
// Do things which need to get done for all AI objects each frame.