diff --git a/src/vm_screen.c b/src/vm_screen.c index effb4c5..160ee55 100644 --- a/src/vm_screen.c +++ b/src/vm_screen.c @@ -168,7 +168,7 @@ vm_screen_active(vm_screen *screen) { SDL_Event event; char ch; - static int counter = 300; + static int counter = 2000; // There may be _many_ events in the queue; for example, you may be // facerolling on Zork because it feels good. And good for you if