Spooky hash, smarter animqueue diffs

This commit is contained in:
2021-07-18 17:48:39 -04:00
parent 4357fd647f
commit a39eb4a218
14 changed files with 645 additions and 197 deletions

View File

@@ -177,8 +177,7 @@ void TextGame::check_redirects() {
void TextGame::run()
{
world_.reset(new World);
world_->init_standalone();
world_.reset(new World(util::WORLD_TYPE_STANDALONE));
actor_id_ = world_->create_login_actor();
std::cerr << "Login actor ID: " << actor_id_ << std::endl;
console_.clear();