diff options
Diffstat (limited to 'linden/indra/newview/llviewerobject.cpp')
-rw-r--r-- | linden/indra/newview/llviewerobject.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/linden/indra/newview/llviewerobject.cpp b/linden/indra/newview/llviewerobject.cpp index 0c9ca01..4c6f279 100644 --- a/linden/indra/newview/llviewerobject.cpp +++ b/linden/indra/newview/llviewerobject.cpp | |||
@@ -95,13 +95,12 @@ | |||
95 | #include "llworld.h" | 95 | #include "llworld.h" |
96 | #include "llui.h" | 96 | #include "llui.h" |
97 | #include "pipeline.h" | 97 | #include "pipeline.h" |
98 | #include "viewer.h" | 98 | #include "llappviewer.h" |
99 | 99 | ||
100 | //#define DEBUG_UPDATE_TYPE | 100 | //#define DEBUG_UPDATE_TYPE |
101 | 101 | ||
102 | extern BOOL gVelocityInterpolate; | 102 | BOOL gVelocityInterpolate = TRUE; |
103 | extern BOOL gPingInterpolate; | 103 | BOOL gPingInterpolate = TRUE; |
104 | extern U32 gFrameCount; | ||
105 | 104 | ||
106 | U32 LLViewerObject::sNumZombieObjects = 0; | 105 | U32 LLViewerObject::sNumZombieObjects = 0; |
107 | S32 LLViewerObject::sNumObjects = 0; | 106 | S32 LLViewerObject::sNumObjects = 0; |