Prevent "Return to Level Editor" from working, if no levelsubset is loaded. This...
[supertux.git] / src / defines.h
index f7642d4..163f1bd 100644 (file)
@@ -87,8 +87,12 @@ enum DyingType {
 
 /* Timing constants (in ms): */
 
-#define KICKING_TIME 600
+#define KICKING_TIME 200
 
+/* Scrolling text speed */
+
+#define SCROLL_SPEED_CREDITS 2.0
+#define SCROLL_SPEED_MESSAGE 1.0
 
 /* Debugging */