1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-25 12:14:46 +02:00

Suppress warning

This commit is contained in:
nordsoft 2023-02-05 01:31:03 +04:00 committed by Nordsoft91
parent 06c451c1f5
commit f1b348ae87

View File

@ -423,6 +423,7 @@ std::string MapSettings::getMonsterName(int monsterObjectIdx)
{ {
//TODO: get proper name //TODO: get proper name
//name = hero->name; //name = hero->name;
MAYBE_UNUSED(monster);
} }
return name; return name;
} }