mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
KYRA: Fix EoB 1 German rest string when monsters are nearby.
This commit is contained in:
parent
02697757ea
commit
d771c4d3bb
@ -539,7 +539,11 @@ static const char *const kEoB1MenuStringsRest2DOSGerman[4] = {
|
||||
|
||||
static const StringListProvider kEoB1MenuStringsRest2DOSGermanProvider = { ARRAYSIZE(kEoB1MenuStringsRest2DOSGerman), kEoB1MenuStringsRest2DOSGerman };
|
||||
|
||||
static const StringListProvider kEoB1MenuStringsRest4DOSGermanProvider = { 0, NULL };
|
||||
static const char *const kEoB1MenuStringsRest4DOSGerman[1] = {
|
||||
"\rRast ist nicht moeglich, Monster sind in der Naehe."
|
||||
};
|
||||
|
||||
static const StringListProvider kEoB1MenuStringsRest4DOSGermanProvider = { ARRAYSIZE(kEoB1MenuStringsRest4DOSGerman), kEoB1MenuStringsRest4DOSGerman };
|
||||
|
||||
static const char *const kEoB1MenuStringsDefeatDOSGerman[1] = {
|
||||
" Dein ganzes team ist geschlagen. Die Helfer des boesen koennen ihre Plaene ungehindert erfuellen! \r"
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user