1
0

Removed Squirrel.

This compiles under Windows, but is untested in Linux.
This commit is contained in:
madmaxoft
2013-08-07 22:39:40 +02:00
parent 3d027a8928
commit 09ebda4d10
93 changed files with 1 additions and 23177 deletions

View File

@@ -17,11 +17,6 @@
#include "Protocol/ProtocolRecognizer.h" // for protocol version constants
#include "CommandOutput.h"
#ifdef USE_SQUIRREL
#include "squirrelbindings/SquirrelFunctions.h"
#include "squirrelbindings/SquirrelBindings.h"
#endif
#include "../iniFile/iniFile.h"
#include <iostream>
@@ -195,9 +190,6 @@ void cRoot::Start(void)
m_Authenticator.Stop();
#ifdef USE_SQUIRREL
CloseSquirrelVM();
#endif
LOG("Freeing MonsterConfig...");
delete m_MonsterConfig; m_MonsterConfig = 0;
LOG("Stopping WebAdmin...");