LoomCD fix. Thanks khalek.

svn-id: r3640
This commit is contained in:
James Brown 2002-03-02 12:21:06 +00:00
parent 0ad040d954
commit ddad6760a5

View File

@ -70,7 +70,7 @@ void Scumm::openRoom(int room) {
_encbyte = (_features & GF_USE_KEY) ? 0x69 : 0;
} else if(!(_features & GF_SMALL_NAMES)) {
if(room==0 || room>=900) {
sprintf(buf, "%s//%.3d.lfl",_exe_name,room);
sprintf(buf, "%s%.3d.lfl",_gameDataPath,room);
_encbyte = 0;
if (openResourceFile(buf)) {
return;