World model is now operational

This commit is contained in:
2021-01-16 01:24:33 -05:00
parent d7d633bd96
commit 313e78067a
11 changed files with 313 additions and 188 deletions

View File

@@ -129,7 +129,7 @@ private:
public:
// Construct a player pool.
// The Player pool stores a pointer to the global pool.
IdPlayerPool(IdGlobalPool *gp);
IdPlayerPool(IdGlobalPool *igp);
~IdPlayerPool();
// Refill the fifo queue of batches from the global pool.