Fixed an smush directory error

svn-id: r3691
This commit is contained in:
Vincent Hamm 2002-03-08 21:40:50 +00:00
parent 66b8932d83
commit 8a31ebce90
2 changed files with 7 additions and 7 deletions

View file

@ -222,11 +222,6 @@ void Scumm::scummMain(int argc, char **argv) {
else
setupScummVarsOld();
if(_gameId == GID_FT)
sprintf((char*)_videoPath,"VIDEO/");
if(_gameId == GID_DIG)
sprintf((char*)_videoPath,"video/");
if(_features & GF_AFTER_V7)
OF_OWNER_ROOM = 0xFF;
else