Ticket #8145: ctrl.diff

File ctrl.diff, 594 bytes (added by eriktorbjorn, 21 years ago)

Patch against a December 10 CVS snapshot

  • scummvm/scumm/scummvm.cpp

    diff -ur ScummVM-cvs20021210/scummvm/scumm/scummvm.cpp ScummVM-cvs20021210+hack/scummvm/scumm/scummvm.cpp
    old new  
    14131413                                                g_debugger.attach(this);
    14141414                                        else if (event.kbd.keycode=='s')
    14151415                                                resourceStats();
     1416                                        else
     1417                                                _keyPressed = event.kbd.ascii;  // Normal key press, pass on to the game.
    14161418                                } else
    14171419                                        _keyPressed = event.kbd.ascii;  // Normal key press, pass on to the game.
    14181420                                break;