mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@@ -118,7 +118,7 @@ MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesWOG()
|
||||
MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesHOTA(uint32_t hotaVersion)
|
||||
{
|
||||
// even if changes are minimal, we might not be able to parse map header in map selection screen
|
||||
// throw exception - to be catched by map selection screen & excluded as invalid
|
||||
// throw exception - to be caught by map selection screen & excluded as invalid
|
||||
if(hotaVersion > 3)
|
||||
throw std::runtime_error("Invalid map format!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user