TONY: Missed one word in previous commit (thanks clone2727)

This commit is contained in:
Strangerke 2012-06-17 18:38:34 +02:00
parent b36b666300
commit 31c0210f22
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ static const TonyGameDescription gameDescriptions[] = {
"tony", "tony",
0, 0,
{ {
// TODO: AdvancedDetector seems to have a problem where it thinks data1.cab is unrecognised. // TODO: AdvancedDetector seems to have a problem where it thinks data1.cab is unrecognized.
// Is it perhaps because the Agos engine also has detection entries for data1.cab? // Is it perhaps because the Agos engine also has detection entries for data1.cab?
{"data1.cab", 0, "ce82907242166bfb594d97bdb68f96d2", 4350}, {"data1.cab", 0, "ce82907242166bfb594d97bdb68f96d2", 4350},
/*{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071}, /*{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},

View file

@ -114,7 +114,7 @@ typedef LPMPALLOCATION *LPLPMPALLOCATION;
*/ */
struct command { struct command {
/* /*
* Types of commands that are recognised * Types of commands that are recognized
* *
* #1 -> Custom function call (ITEM, SCRIPT, DIALOG) * #1 -> Custom function call (ITEM, SCRIPT, DIALOG)
* #2 -> Variable assignment (ITEM, SCRIPT, DIALOG) * #2 -> Variable assignment (ITEM, SCRIPT, DIALOG)