mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-16 01:08:56 +00:00
DIRECTOR: Clear font mapping before loading new map
This commit is contained in:
parent
d8c8b78afa
commit
280bcb9c7d
@ -222,6 +222,8 @@ void Score::loadArchive() {
|
||||
}
|
||||
|
||||
if (_movieArchive->hasResource(MKTAG('V', 'W', 'F', 'M'), 1024)) {
|
||||
_vm->_wm->_fontMan->clearFontMapping();
|
||||
|
||||
loadFontMap(*_movieArchive->getResource(MKTAG('V', 'W', 'F', 'M'), 1024));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user