diff options
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index f64bf95..d6854e4 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -375,6 +375,11 @@ public: | |||
375 | // Does this parcel allow you to fly? | 375 | // Does this parcel allow you to fly? |
376 | BOOL canFly(); | 376 | BOOL canFly(); |
377 | 377 | ||
378 | //lgg crap | ||
379 | static BOOL getPhantom();// const { return emeraldPhantom; } | ||
380 | static void setPhantom(BOOL phantom); | ||
381 | static void togglePhantom(); | ||
382 | |||
378 | // Animation functions | 383 | // Animation functions |
379 | void stopCurrentAnimations(); | 384 | void stopCurrentAnimations(); |
380 | void requestStopMotion( LLMotion* motion ); | 385 | void requestStopMotion( LLMotion* motion ); |
@@ -805,6 +810,8 @@ private: | |||
805 | LLVector3d mCameraSmoothingLastPositionGlobal; | 810 | LLVector3d mCameraSmoothingLastPositionGlobal; |
806 | LLVector3d mCameraSmoothingLastPositionAgent; | 811 | LLVector3d mCameraSmoothingLastPositionAgent; |
807 | BOOL mCameraSmoothingStop; | 812 | BOOL mCameraSmoothingStop; |
813 | |||
814 | static BOOL sPhantom; | ||
808 | 815 | ||
809 | 816 | ||
810 | //Ventrella | 817 | //Ventrella |