Completed port to eris lua 5.2

This commit is contained in:
2021-02-28 16:32:42 -05:00
parent 6f74c52d3b
commit 35260fa4eb
5 changed files with 42 additions and 84 deletions

View File

@@ -30,7 +30,7 @@ World::World() {
LS.rawset(LuaRegistry, "tangibles", LuaNewTable);
// Initialize the SourceDB
source_db_.initialize(state());
source_db_.init(state());
source_db_.rebuild();
LS.result();