proposal for revised scaler keyboard shortcuts

svn-id: r10442
This commit is contained in:
Max Horn 2003-09-27 21:41:10 +00:00
parent e306de2192
commit 24d74274cf
2 changed files with 19 additions and 1 deletions

View file

@ -615,7 +615,7 @@ bool OSystem_SDL_Common::poll_event(Event *event) {
// Ctr-Alt-<key> will change the GFX mode
if (b == (KBD_CTRL|KBD_ALT)) {
char keys[] = "123456789cd";
const char keys[] = "123456789cd";
char *ptr;
ptr = strchr(keys, ev.key.keysym.sym);