diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-02-25 05:25:33 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-02-25 05:25:33 +0100 |
| commit | baa647ad7caf95ea2619d8456bcfd0f04a08a719 (patch) | |
| tree | 7a7f5408a8ae0cc18a70d7795a2a47af30cf59f5 /Source/System.c | |
| parent | 81d9242514b4e8e3fe97cf7063a15680f610bf2f (diff) | |
+ 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.
Diffstat (limited to 'Source/System.c')
| -rw-r--r-- | Source/System.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
