mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
oops, again
svn-id: r17648
This commit is contained in:
parent
a19ab36dff
commit
e0adf9db17
@ -2409,7 +2409,6 @@ DetectedGameList Engine_SCUMM_detectGames(const FSList &fslist) {
|
||||
// E.g. it's trivial to distinguish V1 from V3 games.
|
||||
File tmp;
|
||||
byte buf[6];
|
||||
printf("Candidate game '%s', version %d, trying to open '%s'\n", g->name, g->version, file->path().c_str());
|
||||
if (!tmp.open(file->path().c_str()))
|
||||
break;
|
||||
tmp.read(buf, 6);
|
||||
|
Loading…
x
Reference in New Issue
Block a user