Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#244 closed defect (fixed)

Dirt between game graphics and verbs

Reported by: fingolfin Owned by: fingolfin
Priority: low Component: Engine: SCUMM
Version: Keywords:
Cc: Game:

Description

I repeatedly get a 1pixel high "dirt line" between the game graphics part of the display and the bottom part with verbs/inventory. This happens at least in Monkey Island 1 and in DOTT, and probably in others as well. In MI1 is actually happens frequently.

This usually is triggered by displaying the save/ load dialog, but also sometimes w/o any apparent reason, e.g. when approaching the governors's mansion in MI1.

MacOS X SDL version.

Ticket imported from: #554979. Ticket imported from: bugs/244.

Change History (5)

comment:1 by SF/logicdeluxe, 22 years ago

Windows, too

comment:2 by fingolfin, 22 years ago

Owner: set to fingolfin

comment:3 by fingolfin, 22 years ago

Resolution: fixed
Status: newclosed

comment:4 by fingolfin, 22 years ago

Fixed in CVS now. Problem was that the save/loade dialog is drawin into virtual screen 0, but this screen has height 144, and the dialog assumed the height was actually 145, thus writing outside the memory buffer for screen 0. As a consequence, the next data area was written into, which happend to be another screen buffer.

comment:5 by digitall, 5 years ago

Component: --Unset--Engine: SCUMM
Note: See TracTickets for help on using tickets.