1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-02-17 07:32:05 +00:00

Increase counter amount

This commit is contained in:
Peter Evans 2018-01-18 16:21:56 -06:00
parent d4bf5da480
commit 0ae4f041e5

View File

@ -168,7 +168,7 @@ vm_screen_active(vm_screen *screen)
{ {
SDL_Event event; SDL_Event event;
char ch; char ch;
static int counter = 100; static int counter = 300;
// There may be _many_ events in the queue; for example, you may be // 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 // facerolling on Zork because it feels good. And good for you if