mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-05 15:05:40 +02:00
Fixed #1434.
This commit is contained in:
parent
d307ed5f92
commit
a1d3bcb276
@ -1247,7 +1247,8 @@ public:
|
||||
{
|
||||
std::vector<ui8> convData;
|
||||
loadSerializable(convData);
|
||||
std::copy(convData.begin(), convData.end(), std::back_inserter(data));
|
||||
convData.resize(data.size());
|
||||
range::copy(convData, data.begin());
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user