From b96dc0099b11808c48846f886786238486b09056 Mon Sep 17 00:00:00 2001 From: Rain Clark Date: Fri, 7 Oct 2016 00:06:44 -0400 Subject: [PATCH] Removed TODOs :+1: --- export/.build | 1 - source/Clock.hx | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 export/.build diff --git a/export/.build b/export/.build deleted file mode 100644 index 75af06e..0000000 --- a/export/.build +++ /dev/null @@ -1 +0,0 @@ -315 \ No newline at end of file diff --git a/source/Clock.hx b/source/Clock.hx index 7e1fde1..f184feb 100644 --- a/source/Clock.hx +++ b/source/Clock.hx @@ -28,13 +28,11 @@ class Clock { private function hourEnd(Timer:FlxTimer):Void { - // TODO: alert the Gel a hour has passed make it do its stat changes HourPassed = true; } private function dayEnd():Void { - // TODO: alert the Gel a day has passed to age++ _timer.reset(); DayPassed = true; }