aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/custom.cpp
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/custom.cpp
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/custom.cpp')
-rw-r--r--engines/tony/custom.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tony/custom.cpp b/engines/tony/custom.cpp
index 4b3c533a92..254fab91da 100644
--- a/engines/tony/custom.cpp
+++ b/engines/tony/custom.cpp
@@ -139,7 +139,6 @@ void LoadChangedHotspot(Common::InSaveFile *f) {
* ChangeLocation -> theEngine.ChangeLocation()
* AddInventory -> theEngine.AddInventory()
*/
-
void MCharResetCodes(void) {
for (int i = 0; i < 10; i++)
GLOBALS.MCharacter[i].item = GLOBALS.Loc->GetItemFromCode(GLOBALS.MCharacter[i].code);