Working on unit tests for class world
This commit is contained in:
@@ -180,6 +180,8 @@ void TextGame::check_redirects() {
|
||||
void TextGame::run()
|
||||
{
|
||||
world_.reset(new World(util::WORLD_TYPE_STANDALONE));
|
||||
world_->update_source();
|
||||
world_->run_unittests();
|
||||
actor_id_ = world_->create_login_actor();
|
||||
std::cerr << "Login actor ID: " << actor_id_ << std::endl;
|
||||
console_.clear();
|
||||
|
||||
Reference in New Issue
Block a user