Added a thread queue

This commit is contained in:
2021-02-18 14:56:12 -05:00
parent 213bf12425
commit 1dcf0494ef
4 changed files with 100 additions and 21 deletions

View File

@@ -122,7 +122,7 @@ void TextGame::do_choose_command(const StringVec &cmd) {
}
std::string action = elts[index].action();
std::cerr << "Invoking plan: " << action << std::endl;
world_->invoke_plan(1, gui_place_, action, &gui_);
world_->invoke_plan(1, gui_place_, action);
}
void TextGame::do_snapshot_command(const StringVec &cmd) {