aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/files.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/files.cpp')
-rw-r--r--engines/hopkins/files.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/hopkins/files.cpp b/engines/hopkins/files.cpp
index 42521bdb6b..78ff7b2535 100644
--- a/engines/hopkins/files.cpp
+++ b/engines/hopkins/files.cpp
@@ -126,14 +126,6 @@ byte *FileManager::searchCat(const Common::String &file, CatMode mode) {
secondaryFilename = "RES_LIN.RES";
break;
- case RES_ANI:
- if (!f.exists("RES_ANI.CAT"))
- return g_PTRNUL;
-
- ptr = loadFile("RES_ANI.CAT");
- secondaryFilename = "RES_ANI.RES";
- break;
-
case RES_PER:
if (!f.exists("RES_PER.CAT"))
return g_PTRNUL;