summaryrefslogtreecommitdiffstats
path: root/House.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-02-04 19:09:28 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-02-04 19:09:28 +0100
commitf53795458ddf252d08979820a98697cca9327834 (patch)
tree24499155d0e560dc96ecd7b80a0dd001dc4372ed /House.cpp
parenta16b094f23f9d664ec71544b7ef9ff487101af7d (diff)
downloadc3d-f53795458ddf252d08979820a98697cca9327834.tar
c3d-f53795458ddf252d08979820a98697cca9327834.zip
ungewolltes schauspiel...
Diffstat (limited to 'House.cpp')
-rw-r--r--House.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}