mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
COMPOSER: Change unload library error to warning
This fixes Gregory and the Hot Air Balloon. See tracker #11021.
This commit is contained in:
parent
1441468855
commit
324d488dcb
@ -535,7 +535,8 @@ void ComposerEngine::unloadLibrary(uint id) {
|
||||
return;
|
||||
}
|
||||
|
||||
error("tried to unload library %d, which isn't loaded", id);
|
||||
warning("tried to unload library %d, which isn't loaded", id);
|
||||
return;
|
||||
}
|
||||
|
||||
bool ComposerEngine::hasResource(uint32 tag, uint16 id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user