aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-08 09:00:18 -0700
committerMcCabe Maxsted2009-06-08 09:00:18 -0700
commit51b0a9e05afa2254db4cf7abe4429387d5c89574 (patch)
treea443fa13def0076b708f9baf7c7398c354a4d3c9 /linden/indra/newview/llagent.h
parentRestored zlib1.dll (not a bad entry) (diff)
parentBackported fix from 1.23 for stop animations only being local (VWR-2850) (diff)
downloadmeta-impy-51b0a9e05afa2254db4cf7abe4429387d5c89574.zip
meta-impy-51b0a9e05afa2254db4cf7abe4429387d5c89574.tar.gz
meta-impy-51b0a9e05afa2254db4cf7abe4429387d5c89574.tar.bz2
meta-impy-51b0a9e05afa2254db4cf7abe4429387d5c89574.tar.xz
Merged in 1.2.0-stopallanims
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r--linden/indra/newview/llagent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h
index 7515781..a4a930f 100644
--- a/linden/indra/newview/llagent.h
+++ b/linden/indra/newview/llagent.h
@@ -372,6 +372,7 @@ public:
372 BOOL canFly(); 372 BOOL canFly();
373 373
374 // Animation functions 374 // Animation functions
375 void stopCurrentAnimations();
375 void requestStopMotion( LLMotion* motion ); 376 void requestStopMotion( LLMotion* motion );
376 void onAnimStop(const LLUUID& id); 377 void onAnimStop(const LLUUID& id);
377 378