aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queen/resource.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/queen/resource.cpp b/queen/resource.cpp
index 7184475d21..cba0253a4e 100644
--- a/queen/resource.cpp
+++ b/queen/resource.cpp
@@ -216,8 +216,6 @@ Language Resource::getLanguage() const {
bool Resource::readTableFile(const GameVersion *gameVersion) {
File tableFile;
tableFile.open(_tableFilename);
- if (!tableFile.isOpen())
- tableFile.open(_tableFilename, File::kFileReadMode, ""); // try current directory
if (tableFile.isOpen() && tableFile.readUint32BE() == 'QTBL') {
if (tableFile.readUint32BE() != CURRENT_TBL_VERSION)
warning("Incorrect version of queen.tbl, please update it");