mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
GOB: Fix Urban Runner hotspot texts
Thanks to SylvainTV :) svn-id: r55286
This commit is contained in:
parent
d509941eca
commit
e73484b259
@ -172,12 +172,12 @@ bool Resources::load(const Common::String &fileName) {
|
||||
if (!hasTOTRes && !hasEXTRes)
|
||||
return false;
|
||||
|
||||
if (hasTOTRes) {
|
||||
if (!loadTOTTextTable(_fileBase)) {
|
||||
unload();
|
||||
return false;
|
||||
}
|
||||
if (!loadTOTTextTable(_fileBase)) {
|
||||
unload();
|
||||
return false;
|
||||
}
|
||||
|
||||
if (hasTOTRes) {
|
||||
if (!loadIMFile()) {
|
||||
unload();
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user