Posted By: Jethro
lite-c main function gets mixed up. - 06/10/08 06:19
I just tried my lite-c project on A7.07, note this was working fine on A7.06.
It now loads the scripts and just when it should switch to full screen it terminates.
A long story short, I found that it was executing main_quit() function at engine start instead of main().
To fix this I had to copy the main() function to the end of my main lite-c file, so it is after the main_quit() function..
Now it works.
This must be a bug.
Jethro.
It now loads the scripts and just when it should switch to full screen it terminates.
A long story short, I found that it was executing main_quit() function at engine start instead of main().
To fix this I had to copy the main() function to the end of my main lite-c file, so it is after the main_quit() function..
Now it works.
This must be a bug.
Jethro.
