Windows compilation fix after Android changes
git-svn-id: http://mc-server.googlecode.com/svn/trunk@742 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -16,12 +16,13 @@
|
||||
#include "cRedstone.h"
|
||||
#include "blocks/Block.h"
|
||||
#include "items/Item.h"
|
||||
#if USE_SQUIRREL
|
||||
#include "squirrelbindings/SquirrelFunctions.h"
|
||||
#include "squirrelbindings/SquirrelBindings.h"
|
||||
#endif
|
||||
#include "cChunk.h"
|
||||
|
||||
#ifdef USE_SQUIRREL
|
||||
#include "squirrelbindings/SquirrelFunctions.h"
|
||||
#include "squirrelbindings/SquirrelBindings.h"
|
||||
#endif
|
||||
|
||||
#include "../iniFile/iniFile.h"
|
||||
|
||||
#include <iostream>
|
||||
@@ -177,7 +178,7 @@ void cRoot::Start()
|
||||
delete m_PluginManager; m_PluginManager = 0; // This should be first
|
||||
|
||||
|
||||
#if USE_SQUIRREL
|
||||
#ifdef USE_SQUIRREL
|
||||
CloseSquirrelVM();
|
||||
#endif
|
||||
LOG("Freeing MonsterConfig...");
|
||||
|
||||
Reference in New Issue
Block a user