Fix pop consuming
This commit is contained in:
@@ -91,13 +91,11 @@ void buildingRemovePopCapacity(ecs_iter_t *it);
|
||||
/* Observer (for consuming pop capacity)
|
||||
* 0: Game (singleton)
|
||||
* 1: ConsumePopCapacity
|
||||
* 2: Owner
|
||||
*/
|
||||
void entityConsumePopCapacity(ecs_iter_t *it);
|
||||
/* Observer (for unconsuming pop capacity)
|
||||
* 0: Game (singleton)
|
||||
* 1: ConsumePopCapacity
|
||||
* 2: Owner
|
||||
*/
|
||||
void entityUnConsumePopCapacity(ecs_iter_t *it);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user