From 3a4a595abe5221de96e80e7e926c055c47e98fb9 Mon Sep 17 00:00:00 2001 From: giersch Date: Wed, 21 Nov 2007 12:23:22 +0000 Subject: [PATCH] . --- chateaux/chateaux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chateaux/chateaux.cpp b/chateaux/chateaux.cpp index de2f469..ee53fdb 100644 --- a/chateaux/chateaux.cpp +++ b/chateaux/chateaux.cpp @@ -286,7 +286,7 @@ int jeu1(DrawingWindow& w) } else { alpha = frand(10, 90); v0 = frand(10, 100); - std::cout << " [ " << alpha << " ; " << v0 << " ]\n"; + std::cout << " [ " << (int )alpha << "° ; " << (int )v0 << " ]\n"; } alpha = deg2rad(alpha); -- 2.20.1