aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/custom.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-21 07:31:38 +0200
committerStrangerke2012-06-21 07:31:38 +0200
commitfdc619191b4778608263e57a815bd99b3823c11d (patch)
tree5fd18f6d911568603eac6951a0cdceb26a5a3935 /engines/tony/custom.cpp
parent85150232f036d1dead6a0807bac7b10c5ba923e1 (diff)
downloadscummvm-rg350-fdc619191b4778608263e57a815bd99b3823c11d.tar.gz
scummvm-rg350-fdc619191b4778608263e57a815bd99b3823c11d.tar.bz2
scummvm-rg350-fdc619191b4778608263e57a815bd99b3823c11d.zip
TONY: Translate two comments
Diffstat (limited to 'engines/tony/custom.cpp')
-rw-r--r--engines/tony/custom.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/tony/custom.cpp b/engines/tony/custom.cpp
index 78b8f4e798..3a0792252b 100644
--- a/engines/tony/custom.cpp
+++ b/engines/tony/custom.cpp
@@ -1413,10 +1413,8 @@ DECLARE_CUSTOM_FUNCTION(ShakeScreen)(CORO_PARAM, uint32 nScosse, uint32, uint32,
CORO_END_CODE;
}
-
-
/*
- * Personaggi
+ * Characters
*/
DECLARE_CUSTOM_FUNCTION(CharSetCode)(CORO_PARAM, uint32 nChar, uint32 nCode, uint32, uint32) {
@@ -1778,7 +1776,7 @@ DECLARE_CUSTOM_FUNCTION(MCharSendMessage)(CORO_PARAM, uint32 nChar, uint32 dwMes
}
/*
- * Dialoghi
+ * Dialogs
*/
int curDialog;