aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/loc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/loc.cpp')
-rw-r--r--engines/tony/loc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/loc.cpp b/engines/tony/loc.cpp
index a90b1ecdb5..d14b6972c8 100644
--- a/engines/tony/loc.cpp
+++ b/engines/tony/loc.cpp
@@ -1964,7 +1964,7 @@ bool RMLocation::Load(Common::File &file) {
int size;
bool bRet;
- // Calcola la lunghezza del file
+ // Get the file size
size = file.size();
file.seek(0);