Opened 3 years ago
Last modified 13 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)
Change History (5)
by , 3 years ago
comment:1 by , 3 years ago
| Summary: | Down Mouse not opening icon menu → DRACI: Down Mouse not opening icon menu |
|---|
comment:2 by , 3 years ago
Note:
See TracTickets
for help on using tickets.

@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.