about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.hpp
diff options
context:
space:
mode:
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;