#2529 closed defect (fixed)
MANIAC: Incorrect word wrapping
Reported by: | fingolfin | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Maniac Mansion |
Description
Occurs with latest SVN as of today, in the german V2 MM shipped with DOTT (MD5 183d7464902d40d00800e8ee1f04117c).
Load the attached savegame, and wait. You will be caught by Ted and put into the "prison". Down there, Ted will say "Schade, daß du nicht auf meiner Seite bist."
The word "bist." doesn't fit into the first line anymore. So it is drawn up to "bi". Then the "st." should be drawn in the next line. But what happens instead is that the "s" is drawn at the left most position of the first line (atop the "S" starting Ted's sentence). Only the "t." is drawn in the second line.
So it seems we are doing a "carriage return" here, but not a line feed.
Ticket imported from: #1449597. Ticket imported from: bugs/2529.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | maniac.s02 added |
---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Was caused by a typical off-by-one-error, fixed in SVN rev 22371.