2
0
Эх сурвалжийг харах

Update Q3BSPFileImporter.cpp

Kim Kulling 3 жил өмнө
parent
commit
088658b359

+ 1 - 1
code/AssetLib/Q3BSP/Q3BSPFileImporter.cpp

@@ -157,7 +157,7 @@ Q3BSPFileImporter::~Q3BSPFileImporter() {
 
 
 // ------------------------------------------------------------------------------------------------
 // ------------------------------------------------------------------------------------------------
 //  Returns true if the loader can read this.
 //  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) {
     if (!checkSig) {
         return SimpleExtensionCheck(filename, "pk3", "bsp");
         return SimpleExtensionCheck(filename, "pk3", "bsp");
     }
     }