From: Matthew Mondor Date: Sun, 7 Jan 2007 09:26:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: pgsql-branch-merge~47 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=b84cadeb6c141f63d3e990fd7a69b80bb24367d4;p=mmondor.git *** empty log message *** --- diff --git a/mmsoftware/paradise_adventure/GNUmakefile b/mmsoftware/paradise_adventure/GNUmakefile index f3f45c9..5cc6c46 100644 --- a/mmsoftware/paradise_adventure/GNUmakefile +++ b/mmsoftware/paradise_adventure/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.1 2007/01/07 07:51:12 mmondor Exp $ +# $Id: GNUmakefile,v 1.2 2007/01/07 09:26:43 mmondor Exp $ CC := cc RM := rm @@ -24,7 +24,7 @@ BIN := paradise_adventure SDL_CFLAGS := $(shell sdl-config --cflags) SDL_LDFLAGS := $(shell sdl-config --libs) -SDL_LDFLAGS += -lSDL_image -lSDL_mixer +SDL_LDFLAGS += -lSDL_image -lSDL_mixer -lSDL_ttf # OS dependent settings follow OS := $(shell $(UNAME) -s) diff --git a/mmsoftware/paradise_adventure/src/main.c b/mmsoftware/paradise_adventure/src/main.c index 2f58374..a690c31 100644 --- a/mmsoftware/paradise_adventure/src/main.c +++ b/mmsoftware/paradise_adventure/src/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.2 2007/01/07 09:21:30 mmondor Exp $ */ +/* $Id: main.c,v 1.3 2007/01/07 09:26:43 mmondor Exp $ */ /* * Copyright (c) 2006, Matthew Mondor @@ -102,6 +102,7 @@ main(int argc, char **argv) while (!main_quit) { SDL_Event ev; + (void) SDL_WaitEvent(NULL); while (SDL_PollEvent(&ev)) { switch (ev.type) { case SDL_QUIT: