diff options
author | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:57 -0500 |
commit | da68d3a57ecb27eba5d7efb8ff77d9640c0be65e (patch) | |
tree | f2fa2b9ed6e8cf49c8a3cb2a1893c4e5c61916a1 /linden/indra/newview/llstartup.cpp | |
parent | Second Life viewer sources 1.15.1.3 (diff) | |
download | meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.zip meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.gz meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.bz2 meta-impy-da68d3a57ecb27eba5d7efb8ff77d9640c0be65e.tar.xz |
Second Life viewer sources 1.16.0.5
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index e83aa0d..54161c0 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2124,7 +2124,7 @@ BOOL idle_startup() | |||
2124 | // request mute list | 2124 | // request mute list |
2125 | gMuteListp->requestFromServer(gAgent.getID()); | 2125 | gMuteListp->requestFromServer(gAgent.getID()); |
2126 | 2126 | ||
2127 | // Get money and ownership credit information | 2127 | // Get L$ and ownership credit information |
2128 | msg->newMessageFast(_PREHASH_MoneyBalanceRequest); | 2128 | msg->newMessageFast(_PREHASH_MoneyBalanceRequest); |
2129 | msg->nextBlockFast(_PREHASH_AgentData); | 2129 | msg->nextBlockFast(_PREHASH_AgentData); |
2130 | msg->addUUIDFast(_PREHASH_AgentID, gAgent.getID()); | 2130 | msg->addUUIDFast(_PREHASH_AgentID, gAgent.getID()); |
@@ -2320,7 +2320,7 @@ BOOL idle_startup() | |||
2320 | gViewerWindow->sendShapeToSim(); | 2320 | gViewerWindow->sendShapeToSim(); |
2321 | 2321 | ||
2322 | // Ignore stipend information for now. Money history is on the web site. | 2322 | // Ignore stipend information for now. Money history is on the web site. |
2323 | // if needed, show the money history window | 2323 | // if needed, show the L$ history window |
2324 | //if (stipend_since_login && !gNoRender) | 2324 | //if (stipend_since_login && !gNoRender) |
2325 | //{ | 2325 | //{ |
2326 | //} | 2326 | //} |