GOB: Fix Urban Runner hotspot texts

Thanks to SylvainTV :)

svn-id: r55286
This commit is contained in:
Sven Hesse 2011-01-18 06:30:47 +00:00
parent d509941eca
commit e73484b259

View File

@ -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;