1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Make string instance names persistent

This commit is contained in:
AlexVinS
2016-02-22 19:26:42 +03:00
parent ac281f3fec
commit dc5ad7d7b3
10 changed files with 83 additions and 87 deletions

View File

@@ -165,7 +165,7 @@ private:
ObjectInstanceID id;
std::string jsonKey;//full id defined by map creator
JsonNode & configuration;
si32 internalId;//unique part of id defined by map creator (also = quest identifier)
///constructs object (without configuration)
void construct();