Revert change
parent
cff213d4dd
commit
037732c429
|
@ -158,6 +158,9 @@ Q3BSPFileImporter::~Q3BSPFileImporter() {
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
// Returns true if the loader can read this.
|
// Returns true if the loader can read this.
|
||||||
bool Q3BSPFileImporter::CanRead(const std::string &/*rFile*/, IOSystem * /*pIOHandler*/, bool /*checkSig*/) const {
|
bool Q3BSPFileImporter::CanRead(const std::string &/*rFile*/, IOSystem * /*pIOHandler*/, bool /*checkSig*/) const {
|
||||||
|
if (!checkSig) {
|
||||||
|
return SimpleExtensionCheck(rFile, "pk3", "bsp");
|
||||||
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue