More work on the login system, especially 'tangible.redirect'

This commit is contained in:
2021-03-30 19:30:58 -04:00
parent aa7de03c57
commit 8c149cf2ee
6 changed files with 40 additions and 10 deletions

View File

@@ -68,8 +68,9 @@ public:
//
int64_t id() { return plane_item_.id(); }
// void be_a_player();
void update_plane_item();
bool is_an_actor() { return id_player_pool_.fifo_enabled(); }
void be_an_actor() { id_player_pool_.enable_fifo(); }
};
class World {