Use a std::vector for Object::counts
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
ObjectPool _object_pool("Object");
|
||||
INSTANTIATE_POOL_METHODS(Object)
|
||||
uint16 Object::counts[NUM_OBJECTS];
|
||||
std::vector<uint16> Object::counts;
|
||||
|
||||
/**
|
||||
* Get the object associated with a tile.
|
||||
|
Reference in New Issue
Block a user