mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
MODIFIED: Resolved build error with FINAL_VERSION set.
This commit is contained in:
parent
b25d4b628f
commit
4243639143
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
||||||
|
|
||||||
using namespace NLMISC;
|
using namespace NLMISC;
|
||||||
|
|
||||||
|
#ifdef FINAL_VERSION
|
||||||
|
#include "../client_cfg.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
CIF3DSceneParser::CIF3DSceneParser()
|
CIF3DSceneParser::CIF3DSceneParser()
|
||||||
{
|
{
|
||||||
parsingStage |= ( Resolved | GroupChildren );
|
parsingStage |= ( Resolved | GroupChildren );
|
||||||
|
|
Loading…
Reference in a new issue