diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-07-27 09:38:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-07-27 17:15:49 +0200 |
commit | e74fbf491f730d6b15ea6985e75faaf0aae5701c (patch) | |
tree | 1b2da9fdda0aa4cd669cfc71c0295daff2669645 /scripts | |
parent | b523a5ee8fe4368381eea28483c725f4a178497d (diff) |
Play little tune during intro.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/inevitable.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/inevitable.in b/scripts/inevitable.in index 618926e..463717a 100644 --- a/scripts/inevitable.in +++ b/scripts/inevitable.in @@ -23,7 +23,7 @@ (engine shell) (oop goops)) -(run-node (lambda () (make-shell (lambda () (make <intro>)))) +(run-node (lambda () (make-shell intro)) #:window-title "Inevitable" #:window-width (* 2 640) #:window-height (* 2 480)) |