Fixed: Nel application context missing in build far bank tool.

This commit is contained in:
kaetemi 2010-05-25 00:28:55 +02:00
parent a2f203f7a9
commit 93277088e1

View file

@ -123,6 +123,8 @@ bool fillTileFar (uint tile, const char* sName, CTileFarBank::TFarType type, CTi
// Go go go !
int main (int argc, char **argv)
{
NLMISC::CApplicationContext myApplicationContext;
// Options
bool useCurrentPath=false;
bool forceRecomputation=false;