Update Q3BSPFileImporter.cpp
parent
b4dee9220d
commit
088658b359
|
@ -157,7 +157,7 @@ Q3BSPFileImporter::~Q3BSPFileImporter() {
|
|||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
// Returns true if the loader can read this.
|
||||
bool Q3BSPFileImporter::CanRead(const std::string &filename, IOSystem * /*pIOHandler*/, bool /*checkSig*/) const {
|
||||
bool Q3BSPFileImporter::CanRead(const std::string &filename, IOSystem * /*pIOHandler*/, bool checkSig) const {
|
||||
if (!checkSig) {
|
||||
return SimpleExtensionCheck(filename, "pk3", "bsp");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue