TONY: Missed one word in previous commit (thanks clone2727)
This commit is contained in:
parent
b36b666300
commit
31c0210f22
2 changed files with 2 additions and 2 deletions
|
@ -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},
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue