mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
fix
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
#define vectorOperator(OPSIGN) \
|
||||
ResourceSet& operator OPSIGN ## =(const ResourceSet &rhs) \
|
||||
{ \
|
||||
for(auto i = 0; i < container.size(); i++) \
|
||||
for(auto i = 0; i < rhs.size(); i++) \
|
||||
container[GameResID(i)] OPSIGN ## = rhs[i]; \
|
||||
\
|
||||
return *this; \
|
||||
|
||||
Reference in New Issue
Block a user