From: giersch Date: Wed, 21 Nov 2007 14:18:47 +0000 (+0000) Subject: . X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/5cb6b0c2a5bd8569ba18bb274924b2e05598e851 . --- diff --git a/chateaux/chateaux.cpp b/chateaux/chateaux.cpp index 64d1c01..9b99028 100644 --- a/chateaux/chateaux.cpp +++ b/chateaux/chateaux.cpp @@ -309,6 +309,7 @@ int jeu1(DrawingWindow& w) perdant = tir(w, x0, y0, v0, alpha, x, y); dessineExplosion(w, x, y); dessineVent(w, wnd); + w.sync(); } while (!perdant); dessineFlammes(w, x, y); std::stringstream msg;