From f1cdc3048e97d0201da3e06855460b2f507b4bd5 Mon Sep 17 00:00:00 2001 From: El Saico Date: Mon, 26 Oct 2009 18:05:43 -0200 Subject: [PATCH] =?utf8?q?Removida=20atribui=C3=A7=C3=A3o=20"=C3=B3rf?= =?utf8?q?=C3=A3"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- controle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/controle.cpp b/controle.cpp index 7d385cc..62f2481 100644 --- a/controle.cpp +++ b/controle.cpp @@ -2,5 +2,4 @@ Controle::Controle(Player &p) : jogador( p ) { quit = false; - passing = false; } -- 2.11.4.GIT