Fixed a few things in the launcher

svn-id: r3816
This commit is contained in:
Vincent Hamm 2002-03-25 00:45:09 +00:00
parent 92a19c45ae
commit 29e08ae6ed
3 changed files with 15 additions and 18 deletions

View file

@ -922,7 +922,8 @@ int main(int argc, char* argv[]) {
long i;
detecter.detectMain(argc, argv);
if(detecter.detectMain(argc, argv))
return(-1);
if( detecter._features & GF_AFTER_V7 ) // not final implementation. This is just a test
scumm = new Scumm_v7;