aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/game.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-20 16:03:09 +1000
committerPaul Gilbert2012-05-20 16:05:20 +1000
commit8322da03c04d7994601973364599081447a7ccde (patch)
treea9993c27b187e803fe0eaced95497bfcebf04e3c /engines/tony/game.h
parent316ca0021bbf9629ae5cd592f28f8b30b24a2b00 (diff)
downloadscummvm-rg350-8322da03c04d7994601973364599081447a7ccde.tar.gz
scummvm-rg350-8322da03c04d7994601973364599081447a7ccde.tar.bz2
scummvm-rg350-8322da03c04d7994601973364599081447a7ccde.zip
TONY: Converting Italian comments to English
Diffstat (limited to 'engines/tony/game.h')
-rw-r--r--engines/tony/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/game.h b/engines/tony/game.h
index 532a457b8f..20b5f347bc 100644
--- a/engines/tony/game.h
+++ b/engines/tony/game.h
@@ -283,12 +283,12 @@ public:
protected:
- // Inizializza tutto per il nuovo stato
+ // Initialisation and state change
void InitState(CORO_PARAM);
void CloseState(void);
void ChangeState(CORO_PARAM, STATE newState);
- // Repaaint the options menu
+ // Repaint the options menu
void RefreshAll(CORO_PARAM);
void RefreshThumbnails(void);
};