mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 02:36:27 +00:00
TONY: Missed one word in previous commit (thanks clone2727)
This commit is contained in:
parent
b36b666300
commit
31c0210f22
@ -29,7 +29,7 @@ static const TonyGameDescription gameDescriptions[] = {
|
||||
"tony",
|
||||
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?
|
||||
{"data1.cab", 0, "ce82907242166bfb594d97bdb68f96d2", 4350},
|
||||
/*{"roasted.mpr", 0, "06203dbbc85fdd1e6dc8fc211c1a6207", 135911071},
|
||||
|
@ -114,7 +114,7 @@ typedef LPMPALLOCATION *LPLPMPALLOCATION;
|
||||
*/
|
||||
struct command {
|
||||
/*
|
||||
* Types of commands that are recognised
|
||||
* Types of commands that are recognized
|
||||
*
|
||||
* #1 -> Custom function call (ITEM, SCRIPT, DIALOG)
|
||||
* #2 -> Variable assignment (ITEM, SCRIPT, DIALOG)
|
||||
|
Loading…
Reference in New Issue
Block a user