improved open function in File class

svn-id: r4945
This commit is contained in:
Paweł Kołodziejski 2002-09-15 19:28:34 +00:00
parent 37d7a52c47
commit f7ff5c67fa
12 changed files with 106 additions and 158 deletions

View file

@ -2719,9 +2719,8 @@ void Scumm::o6_miscOps()
SmushPlayer sp(&sr);
char filename[512];
strcpy(filename, _gameDataPath);
strcat(filename, "video/");
strcat(filename, (char*)getStringAddressVar(VAR_VIDEONAME));
sp.play(filename);
sp.play(filename, getGameDataPath());
}
break;
case 7: