diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-15 11:17:20 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-15 11:17:20 -0400 |
| commit | 20af6640d4077725034bd7e9d0e8982778cea09a (patch) | |
| tree | 758eade5d32a1b5f68e86d5f91f819f3eb196636 /indra/newview/llagent.cpp | |
| parent | 77ceb37219bd27c93a3b47c66818ac09f8973d1c (diff) | |
SH-3455 WIP - llstartup cleanup
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rwxr-xr-x | indra/newview/llagent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 29cf231d45..072e5a82b4 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -407,7 +407,7 @@ LLAgent::LLAgent() : mNextFidgetTime(0.f), mCurrentFidget(0), mFirstLogin(FALSE), - mGenderChosen(FALSE), + mOutfitChosen(FALSE), mVoiceConnected(false), @@ -1853,7 +1853,7 @@ BOOL LLAgent::needsRenderAvatar() return FALSE; } - return mShowAvatar && mGenderChosen; + return mShowAvatar && mOutfitChosen; } // TRUE if we need to render your own avatar's head. |
