From 5cb6b0c2a5bd8569ba18bb274924b2e05598e851 Mon Sep 17 00:00:00 2001 From: giersch Date: Wed, 21 Nov 2007 14:18:47 +0000 Subject: [PATCH] . --- chateaux/chateaux.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1