Changed quests/templates to quests/global. Changed default location for plugins to quests/plugins instead of quests. Added a single interpreter for lua instead of multiple ones.

This commit is contained in:
KimLS
2013-05-15 13:00:46 -07:00
parent 3cc1065873
commit 2336aa0e4f
6 changed files with 151 additions and 125 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ private:
void MapFunctions(lua_State *L);
std::map<std::string, std::string> vars_;
std::map<std::string, lua_State*> states_;
std::map<std::string, bool> loaded_;
lua_State *L;
};
#endif