Update Lib and improve Lighteffects

This commit is contained in:
Andre Schweiger 2015-12-27 13:17:09 +01:00
parent f039485e9c
commit 3f13336f6c
2 changed files with 10 additions and 4 deletions

View file

@ -204,7 +204,7 @@ void clearScreen(int* data, u8 fill, int size) {
char debugText[34];
char bossHealthText[34];
int main() {
initCfgu();
cfguInit();
CFGU_GetSystemModel(&MODEL_3DS);
FILE * file;
shouldRenderDebug = true;
@ -358,7 +358,7 @@ int main() {
sf2d_free_texture(minimap[4]);
freeSounds();
csndExit();
exitCfgu();
cfguExit();
sf2d_fini();
return 0;
}