mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
Still needed for RU freddicove
svn-id: r15667
This commit is contained in:
parent
3fe42cf7ef
commit
e14b69d18d
@ -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…
Reference in New Issue
Block a user