Running OK with luaconsole.cpp

This commit is contained in:
2021-01-23 16:31:16 -05:00
parent b897c10506
commit 37a05fe1ac
4 changed files with 30 additions and 37 deletions

View File

@@ -40,6 +40,9 @@ World::World() {
// Initialize the SourceDB
source_db_.initialize(lua_state_);
source_db_.rebuild();
LS.result();
assert (lua_gettop(lua_state_) == 0);
}
void Tangible::be_a_player() {