Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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)

maniac.s02 (7.5 KB ) - added by fingolfin 18 years ago.

Download all attachments as: .zip

Change History (3)

by fingolfin, 18 years ago

Attachment: maniac.s02 added

comment:1 by fingolfin, 18 years ago

Was caused by a typical off-by-one-error, fixed in SVN rev 22371.

comment:2 by fingolfin, 18 years ago

Owner: set to fingolfin
Resolution: → fixed
Status: new → closed
Note: See TracTickets for help on using tickets.