Changed: extern keyword useless there

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-10 19:02:06 +01:00
parent d37a1e032c
commit faecd5b952

View file

@ -58,7 +58,7 @@ extern NL3D::UMaterial GenericMat;
#endif
#ifdef NL_DEBUG
extern bool DisplayMicroLifeActiveTiles = false;
bool DisplayMicroLifeActiveTiles = false;
#endif
H_AUTO_DECL(RZ_MicroLifeManager)