aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/globals.h')
-rw-r--r--engines/tony/globals.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/tony/globals.h b/engines/tony/globals.h
index 9115b22ccc..d2d47d392a 100644
--- a/engines/tony/globals.h
+++ b/engines/tony/globals.h
@@ -146,12 +146,10 @@ struct ChangedHotspotStruct {
}
};
-/****************************************************************************\
-* typedef CFCALL
-* --------------
-* Description: Descrizione di una chiamata a una custom function
-\****************************************************************************/
+/**
+ * Description of a call to a custom function.
+ */
typedef struct {
int nCf;