diff -ur ScummVM-cvs20020723/scummvm/simon/simon.cpp ScummVM-cvs20020723+hack/scummvm/simon/simon.cpp
old
|
new
|
|
3587 | 3587 | |
3588 | 3588 | height += 10; |
3589 | 3589 | threeval_b -= 10; |
3590 | | |
3591 | | if (threeval_b < 2) |
3592 | | threeval_b = 2; |
3593 | 3590 | j = -1; |
3594 | 3591 | } else { |
3595 | 3592 | /* else_1 */ |
… |
… |
|
3645 | 3642 | *char_buf++ = 10; |
3646 | 3643 | height += 20; |
3647 | 3644 | threeval_b -= 20; |
3648 | | |
3649 | | if (threeval_b < 2) |
3650 | | threeval_b = 2; |
3651 | 3645 | j = -1; |
3652 | 3646 | } else { |
3653 | 3647 | /* else_6 */ |
… |
… |
|
3685 | 3679 | } |
3686 | 3680 | strncpy(char_buf, string_ptr, m); |
3687 | 3681 | char_buf += m; |
3688 | | *char_buf++ = ' '; |
| 3682 | *char_buf++ = 10; |
3689 | 3683 | string_ptr = string_ptr_2; |
3690 | 3684 | string_ptr_2 += m; |
3691 | 3685 | while (*string_ptr_2-- != ' ' && m > 0) |
… |
… |
|
3718 | 3712 | } |
3719 | 3713 | strncpy(char_buf, string_ptr, m); |
3720 | 3714 | char_buf += m; |
3721 | | *char_buf++ = ' '; |
| 3715 | *char_buf++ = 10; |
3722 | 3716 | height += 30; |
3723 | 3717 | threeval_b -= 30; |
3724 | | if (threeval_b < 2) |
3725 | | threeval_b = 2; |
3726 | 3718 | j = -1; |
3727 | 3719 | } else { |
3728 | 3720 | /* else_15 */ |
… |
… |
|
3765 | 3757 | *char_buf++ = 10; |
3766 | 3758 | height += 10; |
3767 | 3759 | threeval_b -= 10; |
3768 | | if (threeval_b < 2) |
3769 | | threeval_b = 2; |
3770 | 3760 | string_ptr = string_ptr_2; |
3771 | 3761 | } |
3772 | 3762 | } |