aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/location.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/location.cpp')
-rw-r--r--engines/parallaction/location.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/location.cpp b/engines/parallaction/location.cpp
index f767b49fe6..7f6a8538af 100644
--- a/engines/parallaction/location.cpp
+++ b/engines/parallaction/location.cpp
@@ -73,7 +73,7 @@ void Parallaction::parseLocation(const char *filename) {
errorFileNotFound(filename);
}
- uint32 count = _archive.getArchivedFileLength(archivefile);
+ uint32 count = _archive.getArchivedFileLength();
location_src = (char*)memAlloc(0x4000);
_locationScript = new Script(location_src);