-Font init cleanup. Now has a dedicated position in startup initilization.

This commit is contained in:
Shyotl
2011-12-10 22:45:42 -06:00
parent ffb285c6ff
commit 81499fc6ea
6 changed files with 60 additions and 39 deletions

View File

@@ -61,6 +61,7 @@ typedef enum {
STATE_LOGIN_PROCESS_RESPONSE, // Check authentication reply
STATE_WORLD_INIT, // Start building the world
STATE_MULTIMEDIA_INIT, // Init the rest of multimedia library
STATE_FONT_INIT, // Load default fonts
STATE_SEED_GRANTED_WAIT, // Wait for seed cap grant
STATE_SEED_CAP_GRANTED, // Have seed cap grant
STATE_WORLD_WAIT, // Waiting for simulator
@@ -95,6 +96,8 @@ public:
static void multimediaInit();
// Initialize LLViewerMedia multimedia engine.
// Load default fonts not already loaded at start screen
static void fontInit();
static void initNameCache();