mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
parent
6f7a30c5ee
commit
8f23186ac5
@ -187,7 +187,7 @@ const ScummVM::String ScummDialog::queryResString(int stringno)
|
||||
strcpy(result, (char*)tmp);
|
||||
}
|
||||
|
||||
if (!result) { // Gracelessly degrade to english :)
|
||||
if (!result || *result == '\0') { // Gracelessly degrade to english :)
|
||||
if (_scumm->_features & GF_AFTER_V6)
|
||||
result = string_map_table_v6[stringno - 1].string;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user