Changed: extern keyword useless there
--HG-- branch : develop
This commit is contained in:
parent
d37a1e032c
commit
faecd5b952
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ extern NL3D::UMaterial GenericMat;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NL_DEBUG
|
#ifdef NL_DEBUG
|
||||||
extern bool DisplayMicroLifeActiveTiles = false;
|
bool DisplayMicroLifeActiveTiles = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
H_AUTO_DECL(RZ_MicroLifeManager)
|
H_AUTO_DECL(RZ_MicroLifeManager)
|
||||||
|
|
Loading…
Reference in a new issue