mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
vcmi: modernize rest of lib
This commit is contained in:
@ -30,7 +30,7 @@ RoadType * RoadTypeHandler::loadFromJson(
|
||||
{
|
||||
assert(identifier.find(':') == std::string::npos);
|
||||
|
||||
RoadType * info = new RoadType;
|
||||
auto * info = new RoadType;
|
||||
|
||||
info->id = RoadId(index);
|
||||
info->identifier = identifier;
|
||||
|
Reference in New Issue
Block a user