From 4eaa6c091f97ca3455b2ae48a5f68867c0f7768e Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Tue, 26 Dec 2017 22:18:37 +0100 Subject: * Slight optimization: all comparations against true are now compared against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map. --- Source/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Makefile') diff --git a/Source/Makefile b/Source/Makefile index c876f60..f60f46a 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -102,6 +102,8 @@ SPRITE_OBJECTS = $(addprefix $(OBJ_SPRITES_PATH)/, PSXDISK.TIM \ PAGEUPDN.TIM \ BLDNGS1.TIM \ ARROW.TIM \ + BCNGW.TIM \ + CITYBG1.TIM \ MENUSTAR.TIM ) SPRITE_OBJECTS += $(addprefix $(OBJ_FONTS_PATH)/, INTROFNT.TIM \ -- cgit v1.2.3