Opened 15 months ago

Last modified 15 months ago

#14169 new defect

DRACI: Down Mouse not opening icon menu

Reported by: bmanbdaman Owned by:
Priority: normal Component: Engine: Draci
Version: Keywords:
Cc: Game: Dragon History

Description

When moving the mouse down on the main screen, the lower icons are supposed to show (Map/Load/Save/Exit/About). When doing it in SCUMM the screen automatically moves to the Map screen. See sample picture.

Attachments (1)

dh1.PNG (246.2 KB ) - added by bmanbdaman 15 months ago.

Download all attachments as: .zip

Change History (4)

by bmanbdaman, 15 months ago

Attachment: dh1.PNG added

comment:1 by lotharsm, 15 months ago

Summary: Down Mouse not opening icon menuDRACI: Down Mouse not opening icon menu

comment:2 by digitall, 15 months ago

@bmanbdaman: Did a quick check of the code and I found the following relevant comment
at https://github.com/scummvm/scummvm/blob/master/engines/draci/game.cpp#L699:

    // We don't implement the original game player's main menu that pops up
    // when the mouse gets to the bottom of the screen.  It contains icons
    // for displaying the map, loading/saving the game, quiting the game,
    // and displaying the credits.  The essential options are implemented
    // in ScummVM's main menu, I don't wanna implement the credits, and so
    // I allocate the whole bottom line for switching to/from the map.

I think this is going to be a WONTFIX resolution unless anyone wants to submit a Pull Request to add the original menus, but that is a feature request, rather than a bug.

comment:3 by bmanbdaman, 15 months ago

thanks ; too bad ; makes sense since this is not a feature issue

Note: See TracTickets for help on using tickets.