diff options
author | Torbjörn Andersson | 2005-02-11 08:17:23 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-02-11 08:17:23 +0000 |
commit | 420712fb283f5cb20471894b81f0a2392e583b56 (patch) | |
tree | 28e85a3469ff90e62ce539e3b466e240f6cc3963 | |
parent | 7d9a5d7ffafa5eaa78cf85e0b7c3e6e43d31455b (diff) | |
download | scummvm-rg350-420712fb283f5cb20471894b81f0a2392e583b56.tar.gz scummvm-rg350-420712fb283f5cb20471894b81f0a2392e583b56.tar.bz2 scummvm-rg350-420712fb283f5cb20471894b81f0a2392e583b56.zip |
Added "PuttPuttTTT" as an alias for "putttime", since that's what my copy
of the game uses. (Unfortunately the data files do not all use the same
capitilization. Some are named "PuttPuttTTT"-something, while others are
named "puttputtTTT"-something.)
svn-id: r16770
-rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index f2216856a5..95fe99308d 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -502,6 +502,7 @@ static struct substDataFileNames { { "puttputt", "Putt-Putt Parade", kGenMacNoParens }, { "PuttsFunShop", "Putt's FunShop", kGenMac }, { "putttime", "PuttTTT", kGenPC }, + { "putttime", "PuttPuttTTT", kGenPC }, { "puttzoo", "PuttZoo", kGenMac }, { "racedemo", "RaceDemo", kGenMac }, { "SamsFunShop", "Sam's FunShop", kGenMac }, |