MODIFIED: Resolved build error with FINAL_VERSION set.

This commit is contained in:
dfighter1985 2013-02-18 01:26:56 +01:00
parent b25d4b628f
commit 4243639143

View file

@ -26,6 +26,10 @@
using namespace NLMISC;
#ifdef FINAL_VERSION
#include "../client_cfg.h"
#endif
CIF3DSceneParser::CIF3DSceneParser()
{
parsingStage |= ( Resolved | GroupChildren );