about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.hpp
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2009-01-24 10:43:27 +0000
committerAlfred Eriksson <somerunce@gmail.com>2009-01-24 10:43:27 +0000
commitaffb99fd2b7973146a92626144026baf50990136 (patch)
treefcee916cfd9417c30f8a78d294eedbd95c5fc393 /src/game/editor/ed_editor.hpp
parent97eb28afaede309432c5f6f5c25589b00d993cb6 (diff)
downloadzcatch-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.hpp2
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;