# HG changeset patch # User Matti Hamalainen # Date 1349582540 -10800 # Node ID 623e58df95c1ea15c5a0fbc001f88c42d43f8bb5 # Parent 4568c479541c21cd72663953f17a5cb54a3fe24d Enable key repeat in PPL. diff -r 4568c479541c -r 623e58df95c1 ppl.c --- a/ppl.c Sat Oct 06 21:21:33 2012 +0300 +++ b/ppl.c Sun Oct 07 07:02:20 2012 +0300 @@ -683,6 +683,7 @@ // okay, main loop here ... "play" module and print out info SDL_PauseAudio(0); + SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL); int currTick, prevTick = 0, prevRow = -1;