]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/scummvm/scummvm-0.6.0/sword1.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / scummvm / scummvm-0.6.0 / sword1.patch
1 --- ./sword1/sword1.cpp.old     2004-05-16 03:17:26.000000000 +0930
2 +++ ./sword1/sword1.cpp 2004-05-16 03:12:42.000000000 +0930
3 @@ -1061,8 +1061,11 @@
4                         _systemVars.runningFromCd = true;
5                         _systemVars.currentCD = 2;
6                         test.close();
7 -               } else
8 -                       error("Unable to find files.\nPlease read the instructions again");
9 +               } else {
10 +                       _systemVars.runningFromCd = false;
11 +                       _systemVars.playSpeech = false;
12 +//                     error("Unable to find files.\nPlease read the instructions again");
13 +               }
14         }
15  }
16