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

Updated path to renamed directory

This commit is contained in:
Ivan Savenko
2023-03-01 12:31:23 +02:00
parent 225ae2ed46
commit cdcd5a29dd
7 changed files with 27 additions and 29 deletions

View File

@@ -82,7 +82,7 @@ bool CMapHandler::compareObjectBlitOrder(const CGObjectInstance * a, const CGObj
if(a->appearance->printPriority != b->appearance->printPriority)
return a->appearance->printPriority > b->appearance->printPriority;
//Two background objects will be placed beased on their placement order on map
//Two background objects will be placed based on their placement order on map
return a->id < b->id;
}