#7475 closed feature request
GOB: Changing characters
Reported by: | SF/matheschlumpf | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Engine: Gob |
Version: | Keywords: | ||
Cc: | Game: | Gobliiins |
Description
Hallo! AFAIR one can change the characters in gobliiins by pressing the SPACE-key. That doesn't work with scummvm.
Best wishes and thanks for the excellent work
Jan
Ticket imported from: #1410574. Ticket imported from: feature-requests/291.
Change History (4)
comment:1 by , 17 years ago
comment:3 by , 17 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:4 by , 5 years ago
Component: | → Engine: Gob |
---|---|
Game: | → Gobliiins |
Note:
See TracTickets
for help on using tickets.
This seems to be a missing key translation entry. Adding
{32, 0x3920}, // space
to the key translation table in util.cpp, translateKey enables this functionality.