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, 2 insertions, 0 deletions
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)