diff options
author | McCabe Maxsted | 2009-06-08 09:00:18 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-08 09:00:18 -0700 |
commit | 51b0a9e05afa2254db4cf7abe4429387d5c89574 (patch) | |
tree | a443fa13def0076b708f9baf7c7398c354a4d3c9 /linden/indra/newview/llagent.h | |
parent | Restored zlib1.dll (not a bad entry) (diff) | |
parent | Backported fix from 1.23 for stop animations only being local (VWR-2850) (diff) | |
download | meta-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.h | 1 |
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 | ||