oops, again

svn-id: r17648
This commit is contained in:
Max Horn 2005-04-17 11:24:42 +00:00
parent a19ab36dff
commit e0adf9db17

View File

@ -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);