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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user