Skip to content

Commit

Permalink
AURORA: Fix registering a file as the data base
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 authored and DrMcCoy committed Aug 7, 2020
1 parent 748262e commit e5189a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurora/resman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void ResourceManager::registerDataBase(const Common::UString &path) {
_baseArchive = base;

indexResourceFile(_baseArchive, 1);
indexArchive (_baseArchive, 1);
indexArchive(Common::FilePath::getFile(_baseArchive), 1);

} else
throw Common::Exception("No such file or directory \"%s\"", path.c_str());
Expand Down

0 comments on commit e5189a8

Please sign in to comment.