oops
svn-id: r17647
This commit is contained in:
parent
919af98314
commit
a19ab36dff
1 changed files with 0 additions and 1 deletions
|
@ -2413,7 +2413,6 @@ DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) {
|
||||||
if (!tmp.open(file->path().c_str()))
|
if (!tmp.open(file->path().c_str()))
|
||||||
break;
|
break;
|
||||||
tmp.read(buf, 6);
|
tmp.read(buf, 6);
|
||||||
Common::hexdump(buf, 6);
|
|
||||||
|
|
||||||
if (buf[0] == 0xCE && buf[1] == 0xF5) {
|
if (buf[0] == 0xCE && buf[1] == 0xF5) {
|
||||||
// Looks like V1. However, we currently do not distinguish between V1 and V2
|
// Looks like V1. However, we currently do not distinguish between V1 and V2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue