mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
MORTEVIELLE: Fix regression in 2c73b82b8ee95f9809af5e0d9893245f2c57247e
This commit is contained in:
parent
c7eba15ee7
commit
d31151eb55
@ -2243,8 +2243,7 @@ Common::String MortevielleEngine::getString(int num) {
|
||||
char let;
|
||||
do {
|
||||
cinq_huit(let, hint, point, endFl);
|
||||
if (length < 254)
|
||||
wrkStr += let;
|
||||
wrkStr += let;
|
||||
++length;
|
||||
} while (!endFl);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user