mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fixes
This commit is contained in:
@@ -191,7 +191,6 @@ Object::Object(CGObjectInstance & object):
|
||||
}
|
||||
|
||||
Object::Object(const Object & object):
|
||||
dStrength(object.dStrength),
|
||||
guarded(false)
|
||||
{
|
||||
for(const auto & i : object.dInstances)
|
||||
|
||||
Reference in New Issue
Block a user