1
0
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:
Tomasz Zieliński 2024-01-13 21:39:17 +01:00
parent 3aa67b3e5f
commit 3e623565a2

View File

@ -22,7 +22,7 @@ class CRandomGenerator;
struct ObjectInfo
{
ObjectInfo::ObjectInfo();
ObjectInfo();
std::vector<std::shared_ptr<const ObjectTemplate>> templates;
ui32 value = 0;