mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 14:14:43 +00:00
cleanup
svn-id: r17623
This commit is contained in:
parent
90217a59af
commit
a804152443
@ -122,7 +122,7 @@ void ScummEngine::openRoom(const int room) {
|
||||
sprintf(buf, "%s.he%.1d", _gameName.c_str(), room == 0 ? 0 : 1);
|
||||
} else if (_version >= 7) {
|
||||
if (room > 0 && (_version == 8))
|
||||
VAR(VAR_CURRENTDISK) = res.roomno[rtRoom][room];
|
||||
VAR(VAR_CURRENTDISK) = diskNumber;
|
||||
sprintf(buf, "%s.la%d", _gameName.c_str(), diskNumber);
|
||||
|
||||
sprintf(buf2, "%s.%.3d", _gameName.c_str(), diskNumber);
|
||||
|
Loading…
Reference in New Issue
Block a user