From aa1e19c3bf4fb33728cca484b578cd2392ac0eaa Mon Sep 17 00:00:00 2001 From: rexim Date: Sat, 23 Mar 2024 02:52:32 +0700 Subject: Remove dead code --- game.adb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'game.adb') diff --git a/game.adb b/game.adb index 5aa8731..aaa756d 100644 --- a/game.adb +++ b/game.adb @@ -24,16 +24,6 @@ procedure Game is Gen: Random_Integer.Generator; DEVELOPMENT : constant Boolean := True; - function Actual_Fmod(A, B: Float) return Float is - function Fmodf(A, B: C_Float) return C_Float - with - Import => True, - Convention => C, - External_Name => "fmodf"; - begin - return Float(Fmodf(Fmodf(C_Float(A), C_Float(B)) + C_Float(B), C_Float(B))); - end; - type Palette is ( COLOR_BACKGROUND, COLOR_FLOOR, @@ -1461,6 +1451,7 @@ begin Close_Window; end; +-- TODO: Initialize Eye Angles of Eepers -- TODO: Eyes for the Player. -- TODO: Eyes of Father changing as the Player gets closer: -- - Happy (very important to indicate that he's not hostile) -- cgit v1.2.3