svn-id: r6140
This commit is contained in:
Max Horn 2002-12-25 19:06:31 +00:00
parent 7c7af18bc9
commit 447ab20369
4 changed files with 54 additions and 50 deletions

View file

@ -106,7 +106,6 @@ void Scumm::openRoom(int room)
return;
if (_features & GF_EXTERNAL_CHARSET && room >= roomlimit)
return;
printf("Reading room offsets from '%s'\n", buf);
readRoomsOffsets();
_fileOffset = _roomFileOffsets[room];