]> git.pld-linux.org Git - packages/scummvm.git/blob - scummvm-copyprotection.patch
- puzzle.dl is not browsable
[packages/scummvm.git] / scummvm-copyprotection.patch
1 diff -ruN scummvm-0.8.0./simon/simon.cpp scummvm-0.8.0/simon/simon.cpp
2 --- scummvm-0.8.0./simon/simon.cpp      2005-10-23 15:45:10.000000000 +0200
3 +++ scummvm-0.8.0/simon/simon.cpp       2005-10-31 20:11:43.200089576 +0100
4 @@ -345,11 +345,6 @@
5                                 sprintf(md5str + j*2, "%02x", (int)md5sum[j]);
6                         }
7  
8 -                       for (j = 0; j < 3; j++) {
9 -                               if (!strcmp(md5str, bad_versions[j]))
10 -                                       error("Cracked versions aren't supported");
11 -                       }
12 -
13                         printf("%s  %s\n", md5str, buf);
14                         const MD5Table *elem;
15                         elem = (const MD5Table *)bsearch(md5str, md5table, ARRAYSIZE(md5table)-1, sizeof(MD5Table), compareMD5Table);
This page took 0.068354 seconds and 3 git commands to generate.