(svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid global variable in script_controller

This commit is contained in:
truebrain
2011-11-29 23:27:01 +00:00
parent 3e6d026129
commit 880f377fa6
5 changed files with 17 additions and 4 deletions

View File

@@ -12,10 +12,12 @@
#include "../../stdafx.h"
#include "../../script/squirrel.hpp"
#include "../../command_func.h"
#include "../../company_func.h"
#include "../../network/network.h"
#include "../../tunnelbridge.h"
#include "../script_storage.hpp"
#include "../../ai/ai_config.hpp"
#include "../../ai/ai_instance.hpp"
#include "../script_fatalerror.hpp"
#include "../script_suspend.hpp"