From baa647ad7caf95ea2619d8456bcfd0f04a08a719 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sun, 25 Feb 2018 05:25:33 +0100 Subject: + Added Message module, used for tutorials. + Added first tutorial level. * Font now inserts line feed automatically if the next word is too long to fit. * Gfx.c: added primitive list double buffering in order to gain some performance. * MapEditor: now airport can be defined inside the tool. --- Source/System.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/System.c') diff --git a/Source/System.c b/Source/System.c index b7f9101..0c6657b 100644 --- a/Source/System.c +++ b/Source/System.c @@ -104,7 +104,7 @@ void SystemInit(void) //Set VBlank Handler for screen refresh SetVBlankHandler(&ISR_SystemDefaultVBlank); //Set Primitive List - GfxSetPrimitiveList(); + GfxSetDefaultPrimitiveList(); // Init memory card MemCardInit(); //Initial value for system_busy -- cgit v1.2.3