From 6dbcded21e7e9614b967b922987be6bcf3f3fe58 Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 4 Apr 2008 18:46:15 +0000 Subject: - moznost nastavit si klavesy na ovladanie v ~/.tuxanci-ng/keycontrol.conf - moznost prekladat texty do roznych jazykov, defult jazyk je EN, nastavenie je v ~/.tuxanci-ng/lang.conf - moznost nastavit server pomocou konfiguraku ./server.conf - uptime v sekudach a samorestartovaci casocvac tam este _NIE_ _JE_ git-svn-id: http://opensvn.csie.org/tuxanci_ng@39 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/interface.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/interface.c') diff --git a/src/interface.c b/src/interface.c index 2353bed..d629c5b 100755 --- a/src/interface.c +++ b/src/interface.c @@ -4,6 +4,7 @@ #include "main.h" #include "interface.h" #include "screen.h" +#include "myTimer.h" //povrch okna static SDL_Surface *screen; @@ -141,6 +142,7 @@ int eventAction() { SDL_Event event; + while(SDL_WaitEvent(&event)) { switch(event.type) -- cgit v1.2.3