Fixed a few things in the launcher
svn-id: r3816
This commit is contained in:
parent
92a19c45ae
commit
29e08ae6ed
3 changed files with 15 additions and 18 deletions
3
sdl.cpp
3
sdl.cpp
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue