1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

fix a few comments. No code changes.

This commit is contained in:
AlexVinS
2014-05-21 13:02:20 +04:00
parent 6f65d2484b
commit 8a3b997fa5
6 changed files with 21 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ CFilesystemList::~CFilesystemList()
std::unique_ptr<CInputStream> CFilesystemList::load(const ResourceID & resourceName) const
{
// load resource from last loader that have it (last overriden version)
// load resource from last loader that have it (last overridden version)
for (auto & loader : boost::adaptors::reverse(loaders))
{
if (loader->existsResource(resourceName))