diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llsurface.cpp | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llsurface.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/linden/indra/newview/llsurface.cpp b/linden/indra/newview/llsurface.cpp index e9643eb..e9aa9b0 100644 --- a/linden/indra/newview/llsurface.cpp +++ b/linden/indra/newview/llsurface.cpp | |||
@@ -41,7 +41,7 @@ | |||
41 | #include "llviewerobjectlist.h" | 41 | #include "llviewerobjectlist.h" |
42 | #include "llregionhandle.h" | 42 | #include "llregionhandle.h" |
43 | #include "llagent.h" | 43 | #include "llagent.h" |
44 | #include "viewer.h" | 44 | #include "llappviewer.h" |
45 | #include "llworld.h" | 45 | #include "llworld.h" |
46 | #include "llviewercontrol.h" | 46 | #include "llviewercontrol.h" |
47 | #include "llviewerimage.h" | 47 | #include "llviewerimage.h" |
@@ -67,8 +67,6 @@ S32 LLSurface::sTexelsUpdated = 0; | |||
67 | F32 LLSurface::sTextureUpdateTime = 0.f; | 67 | F32 LLSurface::sTextureUpdateTime = 0.f; |
68 | LLStat LLSurface::sTexelsUpdatedPerSecStat; | 68 | LLStat LLSurface::sTexelsUpdatedPerSecStat; |
69 | 69 | ||
70 | extern void bad_network_handler(); | ||
71 | |||
72 | // ---------------- LLSurface:: Public Members --------------- | 70 | // ---------------- LLSurface:: Public Members --------------- |
73 | 71 | ||
74 | LLSurface::LLSurface(U32 type, LLViewerRegion *regionp) : | 72 | LLSurface::LLSurface(U32 type, LLViewerRegion *regionp) : |
@@ -776,7 +774,7 @@ void LLSurface::decompressDCTPatch(LLBitPack &bitpack, LLGroupHeader *gopp, BOOL | |||
776 | << " quant_wbits " << (S32)ph.quant_wbits | 774 | << " quant_wbits " << (S32)ph.quant_wbits |
777 | << " patchids " << (S32)ph.patchids | 775 | << " patchids " << (S32)ph.patchids |
778 | << llendl; | 776 | << llendl; |
779 | bad_network_handler(); | 777 | LLAppViewer::instance()->badNetworkHandler(); |
780 | return; | 778 | return; |
781 | } | 779 | } |
782 | 780 | ||