diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2009-01-24 10:43:27 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2009-01-24 10:43:27 +0000 |
| commit | affb99fd2b7973146a92626144026baf50990136 (patch) | |
| tree | fcee916cfd9417c30f8a78d294eedbd95c5fc393 /src/game/editor/ed_editor.hpp | |
| parent | 97eb28afaede309432c5f6f5c25589b00d993cb6 (diff) | |
| download | zcatch-affb99fd2b7973146a92626144026baf50990136.tar.gz zcatch-affb99fd2b7973146a92626144026baf50990136.zip | |
added animation speed controllers to the editor
Diffstat (limited to 'src/game/editor/ed_editor.hpp')
| -rw-r--r-- | src/game/editor/ed_editor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.hpp b/src/game/editor/ed_editor.hpp index 4f48406e..313a381f 100644 --- a/src/game/editor/ed_editor.hpp +++ b/src/game/editor/ed_editor.hpp @@ -363,6 +363,7 @@ public: animate = false; animate_start = 0; animate_time = 0; + animate_speed = 1; show_envelope_editor = 0; } @@ -407,6 +408,7 @@ public: bool animate; int64 animate_start; float animate_time; + float animate_speed; int show_envelope_editor; |