mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
GOB: Fix a typo
This commit is contained in:
parent
16bbc07690
commit
bf560908c3
@ -46,7 +46,7 @@ void Init_v6::initGame() {
|
||||
|
||||
// WORKAROUND: The CD number detection in Urban Runner is quite daft
|
||||
// (it checks CD1.ITK - CD4.ITK and the first that's found determines
|
||||
// the CD number), while its NO_CD modus wants everything in CD1.ITK.
|
||||
// the CD number), while its NO_CD mode wants everything in CD1.ITK.
|
||||
// So we just open the other ITKs, too.
|
||||
_vm->_dataIO->openArchive("CD2.ITK", false);
|
||||
_vm->_dataIO->openArchive("CD3.ITK", false);
|
||||
|
Loading…
Reference in New Issue
Block a user