Imprudence AO

This commit is contained in:
Siana Gearz
2011-02-27 17:29:51 +01:00
parent f7109a0131
commit 8d85f67757
19 changed files with 2252 additions and 50 deletions

View File

@@ -53,6 +53,7 @@
#include "hippogridmanager.h"
#include "hippolimits.h"
#include "floaterao.h"
#include "llares.h"
#include "llcachename.h"
@@ -2857,6 +2858,12 @@ bool idle_startup()
gFloaterWorldMap->observeFriends();
}
// Start the AO now that settings have loaded and login successful -- MC
if (!gAOInvTimer)
{
gAOInvTimer = new AOInvTimer();
}
gViewerWindow->showCursor();
gViewerWindow->getWindow()->resetBusyCount();
gViewerWindow->getWindow()->setCursor(UI_CURSOR_ARROW);