Still needed for RU freddicove
svn-id: r15667
This commit is contained in:
parent
3fe42cf7ef
commit
e14b69d18d
1 changed files with 4 additions and 1 deletions
|
@ -2064,7 +2064,10 @@ void ScummEngine_v72he::o72_openFile() {
|
|||
copyScriptString(filename);
|
||||
|
||||
// HACK Correct incorrect filenames
|
||||
if (!strcmp((char *)filename,".he7")) {
|
||||
if (!strcmp((char *)filename,".he3")) {
|
||||
memset(filename, 0, sizeof(filename));
|
||||
sprintf((char *)filename, "%s.he3", _gameName.c_str());
|
||||
} else if (!strcmp((char *)filename,".he7")) {
|
||||
memset(filename, 0, sizeof(filename));
|
||||
sprintf((char *)filename, "%s.he7", _gameName.c_str());
|
||||
} else if (!strcmp((char *)filename,".HE9")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue