1
0
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:
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 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;