diff options
author | Eugene Sandulenko | 2020-01-09 10:14:18 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2020-01-09 17:11:31 +0100 |
commit | d64137740b2d55afe70f70f0eb17ed7487d60b5b (patch) | |
tree | e9aad79b2508aca3ad67673446b642e519602ad4 /engines/director | |
parent | 956f5cd083e7787af5ff52fc18f2ab1b2291b5c9 (diff) | |
download | scummvm-rg350-d64137740b2d55afe70f70f0eb17ed7487d60b5b.tar.gz scummvm-rg350-d64137740b2d55afe70f70f0eb17ed7487d60b5b.tar.bz2 scummvm-rg350-d64137740b2d55afe70f70f0eb17ed7487d60b5b.zip |
DIRECTOR: Renamed lingotests detection file to avoid execution
Diffstat (limited to 'engines/director')
-rw-r--r-- | engines/director/detection_tables.h | 2 | ||||
-rw-r--r-- | engines/director/lingo/tests/lingotests (renamed from engines/director/lingo/tests/lingotests.lingo) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 3458a2c5e3..2425ebb1e6 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -37,7 +37,7 @@ static const DirectorGameDescription gameDescriptions[] = { { "directortest", "", - AD_ENTRY1("lingotests.lingo", 0), + AD_ENTRY1("lingotests", 0), Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, diff --git a/engines/director/lingo/tests/lingotests.lingo b/engines/director/lingo/tests/lingotests index e69de29bb2..e69de29bb2 100644 --- a/engines/director/lingo/tests/lingotests.lingo +++ b/engines/director/lingo/tests/lingotests |