From f53795458ddf252d08979820a98697cca9327834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Thu, 4 Feb 2010 19:09:28 +0100 Subject: ungewolltes schauspiel... --- House.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'House.cpp') diff --git a/House.cpp b/House.cpp index 9ea0a1e..c5dc37b 100644 --- a/House.cpp +++ b/House.cpp @@ -480,6 +480,7 @@ void House::controller(){ ++time; if(time > 23){ + std::cerr << day << std::endl; time = 0; ++day; } -- cgit v1.2.3