aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/game.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-20 17:01:20 +1000
committerPaul Gilbert2012-05-20 17:01:20 +1000
commit29cbb3f824a7dc197c396e44de4efc702f04c89a (patch)
tree275c5b4395cbe6ba56e9eec56e43a03485737b1f /engines/tony/game.cpp
parent7da213cd32b702ad8f4d0a10020eae10666a64ff (diff)
downloadscummvm-rg350-29cbb3f824a7dc197c396e44de4efc702f04c89a.tar.gz
scummvm-rg350-29cbb3f824a7dc197c396e44de4efc702f04c89a.tar.bz2
scummvm-rg350-29cbb3f824a7dc197c396e44de4efc702f04c89a.zip
TONY: Miscellaneous comment translations and comment cleanup
Diffstat (limited to 'engines/tony/game.cpp')
-rw-r--r--engines/tony/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/game.cpp b/engines/tony/game.cpp
index 02eb996562..8fe05abb3b 100644
--- a/engines/tony/game.cpp
+++ b/engines/tony/game.cpp
@@ -1422,7 +1422,7 @@ bool RMOptionScreen::LoadThumbnailFromSaveState(int nState, byte *lpDestBuf, RMS
cmpbuf = new byte[160 * 120 * 4];
- // Se la versione >= 5, è compresso!
+ // Read in the compressed data
cmpsize = f->readUint32LE();
f->read(cmpbuf, cmpsize);