mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix redundant class
This commit is contained in:
@@ -22,7 +22,7 @@ class CRandomGenerator;
|
|||||||
|
|
||||||
struct ObjectInfo
|
struct ObjectInfo
|
||||||
{
|
{
|
||||||
ObjectInfo::ObjectInfo();
|
ObjectInfo();
|
||||||
|
|
||||||
std::vector<std::shared_ptr<const ObjectTemplate>> templates;
|
std::vector<std::shared_ptr<const ObjectTemplate>> templates;
|
||||||
ui32 value = 0;
|
ui32 value = 0;
|
||||||
|
Reference in New Issue
Block a user