diff options
author | Strangerke | 2012-06-21 07:31:38 +0200 |
---|---|---|
committer | Strangerke | 2012-06-21 07:31:38 +0200 |
commit | fdc619191b4778608263e57a815bd99b3823c11d (patch) | |
tree | 5fd18f6d911568603eac6951a0cdceb26a5a3935 /engines/tony | |
parent | 85150232f036d1dead6a0807bac7b10c5ba923e1 (diff) | |
download | scummvm-rg350-fdc619191b4778608263e57a815bd99b3823c11d.tar.gz scummvm-rg350-fdc619191b4778608263e57a815bd99b3823c11d.tar.bz2 scummvm-rg350-fdc619191b4778608263e57a815bd99b3823c11d.zip |
TONY: Translate two comments
Diffstat (limited to 'engines/tony')
-rw-r--r-- | engines/tony/custom.cpp | 6 |
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; |