Move some things around, to get rid of all these resource/ sprintf's for CMI

svn-id: r6182
This commit is contained in:
James Brown 2002-12-27 00:11:01 +00:00
parent a8b5549fb5
commit fd64fc2b6b
5 changed files with 14 additions and 5 deletions

View file

@ -1283,8 +1283,7 @@ void Scumm_v8::o8_startVideo()
char dirName[255];
int len = resStrLen((char*)_scriptPointer);
sprintf(dirName, "%s/resource/", getGameDataPath());
warning("o8_startVideo(%s/%s)\n", dirName, (char*)_scriptPointer);
warning("o8_startVideo(%s/%s)\n", getGameDataPath(), (char*)_scriptPointer);
//ScummRenderer * sr = new ScummRenderer(this, 1000/14);
//SmushPlayer * sp = new SmushPlayer(sr);