summaryrefslogtreecommitdiffstats
path: root/House.cpp
diff options
context:
space:
mode:
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;
}