summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rwxr-xr-xsrc/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index 8e07c32..2353bed 100755
--- a/src/interface.c
+++ b/src/interface.c
@@ -65,7 +65,7 @@ int initSDL()
SDL_WM_SetCaption(WINDOW_TITLE, NULL);
//SDL_ShowCursor(0);
- //SDL_EnableKeyRepeat(1,1);
+ SDL_EnableKeyRepeat(1,1);
timer = SDL_AddTimer(INTERVAL, TimerCallback, NULL);
srand((unsigned)time(NULL));