mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Slight cleanup of previous commit.
svn-id: r9147
This commit is contained in:
parent
e66bdf91b9
commit
9db2d93614
@ -991,7 +991,7 @@ void Scumm_v2::o2_drawSentence() {
|
||||
int n = 0;
|
||||
|
||||
// Maximum length: 40 printable characters
|
||||
while (*ptr != 0) {
|
||||
while (*ptr) {
|
||||
if (*ptr != '@')
|
||||
n++;
|
||||
if (n > 40) {
|
||||
|
Loading…
Reference in New Issue
Block a user