mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Nel application context missing in build far bank tool.
This commit is contained in:
parent
79129ae3b3
commit
dbbb773b7b
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ bool fillTileFar (uint tile, const char* sName, CTileFarBank::TFarType type, CTi
|
||||||
// Go go go !
|
// Go go go !
|
||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
NLMISC::CApplicationContext myApplicationContext;
|
||||||
|
|
||||||
// Options
|
// Options
|
||||||
bool useCurrentPath=false;
|
bool useCurrentPath=false;
|
||||||
bool forceRecomputation=false;
|
bool forceRecomputation=false;
|
||||||
|
|
Loading…
Reference in a new issue