mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Fix redundant class
This commit is contained in:
parent
3aa67b3e5f
commit
3e623565a2
@ -22,7 +22,7 @@ class CRandomGenerator;
|
||||
|
||||
struct ObjectInfo
|
||||
{
|
||||
ObjectInfo::ObjectInfo();
|
||||
ObjectInfo();
|
||||
|
||||
std::vector<std::shared_ptr<const ObjectTemplate>> templates;
|
||||
ui32 value = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user