Added ugly workaround for Console crash at startup
authorIngo Ruhnke <grumbel@gmail.com>
Tue, 26 Aug 2014 10:44:17 +0000 (12:44 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Tue, 26 Aug 2014 22:57:45 +0000 (00:57 +0200)
commitc88bea169adaf492d7e1da6567edee6f9b6a94d1
treea6e8c78481e94581c9d9723dfc6f9113a55f9cfe
parent9358ddb3f0036c213ee212621bf56d962541b77d
Added ugly workaround for Console crash at startup

This is an ugly workaround for a crash at startup. Console::current()
becomes valid before the Console constructor is finished and loading
Surfaces and Fonts wants to write text to the Console, with Fonts that
aren't yet loaded, thus crashing
src/supertux/console.cpp