ron minnich wrote:
calling console output functions BEFORE console_init is called is an error. This kind of band-aid covers up an error in code, but does not fix it.
I'm in favor, but it could maybe become more complicated when looking at several different console types, because they can only be initialized at different points during startup.
//Peter