mnit simple : apparently, you can't name a sound file "sound"
[nit.git] / lib / mnit / mnit_injected_input.nit
index 4ed9664..9d8a819 100644 (file)
@@ -24,7 +24,7 @@
 #
 # The input event file is made of event descriptions, one event by line.
 #
-# ~~~
+# ~~~raw
 # 10 click 10.0 20.0
 # 20 quit
 # ~~~
@@ -78,6 +78,8 @@ redef class App
                var env = "MNIT_SRAND".environ
                if env != "" then
                        srand_from(env.to_i)
+               else
+                       srand_from(0)
                end
 
                var input = "MNIT_READ_INPUT".environ