mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 04:43:26 +00:00
ADL: Fix "don't understand" parser response override
This commit is contained in:
parent
93f5e36c9f
commit
baa2410a1c
@ -427,7 +427,7 @@ void HiRes1Engine::printMessage(uint idx, bool wait) {
|
||||
case IDI_HR1_MSG_DONT_HAVE_IT:
|
||||
_display->printString(_strings[IDI_HR1_STR_DONT_HAVE_IT]);
|
||||
return;
|
||||
case IDI_MSG_DONT_UNDERSTAND:
|
||||
case IDI_HR1_MSG_DONT_UNDERSTAND:
|
||||
_display->printString(_strings[IDI_HR1_STR_DONT_UNDERSTAND]);
|
||||
return;
|
||||
case IDI_HR1_MSG_GETTING_DARK:
|
||||
|
Loading…
x
Reference in New Issue
Block a user