mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Apply suggestions from code review
Co-authored-by: Nordsoft91 <nordsoft@yahoo.com>
This commit is contained in:
@@ -315,7 +315,7 @@ void Graphics::addImageListEntry(size_t index, size_t group, const std::string &
|
||||
if (!imageName.empty())
|
||||
{
|
||||
JsonNode entry;
|
||||
if ( group != 0)
|
||||
if(group != 0)
|
||||
entry["group"].Integer() = group;
|
||||
entry["frame"].Integer() = index;
|
||||
entry["file"].String() = imageName;
|
||||
|
Reference in New Issue
Block a user