aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/fileset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/fileset.cpp')
-rw-r--r--engines/sludge/fileset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/fileset.cpp b/engines/sludge/fileset.cpp
index 90fe4512ff..058ae15cd4 100644
--- a/engines/sludge/fileset.cpp
+++ b/engines/sludge/fileset.cpp
@@ -189,7 +189,7 @@ void finishAccess() {
int32 startIndex;
-void setFileIndices(Common::File *fp, int numLanguages, uint skipBefore) {
+void setFileIndices(Common::File *fp, uint numLanguages, uint skipBefore) {
if (fp) {
// Keep hold of the file handle, and let things get at it
bigDataFile = fp;