From 766a7e2c3bdf57f2da0b72886041082b7b4fb380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 26 Sep 2010 01:12:13 +0200 Subject: [PATCH] =?UTF-8?q?Premi=C3=A8re=20fen=C3=AAtre=20!!=20C'est=20la?= =?UTF-8?q?=20f=C3=AAte=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index e898737..098f34a 100644 --- a/main.c +++ b/main.c @@ -9,7 +9,7 @@ int main(int argc, char** argv) { exit(EXIT_FAILURE); } - + SDL_SetVideoMode(640, 480, 24, SDL_HWSURFACE); SDL_Quit(); return 0;