Minor documentation fixes.

This commit is contained in:
Aleric Inglewood
2011-07-29 17:24:39 +02:00
parent b6d5743ccb
commit 057a154a6d
3 changed files with 5 additions and 2 deletions

View File

@@ -88,7 +88,10 @@ void AIFetchInventoryFolder::initialize_impl(void)
mNeedNotifyObservers = false;
set_state(AIFetchInventoryFolder_checkFolderExists);
if (!gInventory.isInventoryUsable())
{
// This immediately calls this->idle(), and then when the event occurs cont().
AIEvent::Register(AIEvent::LLInventoryModel_mIsAgentInvUsable_true, this);
}
}
void AIFetchInventoryFolder::multiplex_impl(void)