More work on command parser
This commit is contained in:
@@ -48,6 +48,9 @@ World::World() {
|
||||
void Tangible::be_a_player() {
|
||||
if (id_player_pool_ == nullptr) {
|
||||
id_player_pool_.reset(new IdPlayerPool(&world_->id_global_pool_));
|
||||
|
||||
anim_queue_.add(world_->id_global_pool_.get_one(), "");
|
||||
anim_queue_.set_graphic("player");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user