improved open function in File class
svn-id: r4945
This commit is contained in:
parent
37d7a52c47
commit
f7ff5c67fa
12 changed files with 106 additions and 158 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue