MORTEVIELLE: Fix regression in 2c73b82b8ee95f9809af5e0d9893245f2c57247e

This commit is contained in:
Strangerke 2012-03-29 19:15:12 +02:00
parent c7eba15ee7
commit d31151eb55

View File

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