fixed references to story in player

This commit is contained in:
Rudis Muiznieks 2014-11-23 16:37:01 -06:00
parent 72f7436f5c
commit 287e12665a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Player
scene.id = "s#{++i}" for scene in scenes for key, scenes of @story.scenes scene.id = "s#{++i}" for scene in scenes for key, scenes of @story.scenes
play: -> play: ->
@container.html @converter.makeHtml "##{story.name}\n\n#{story.description}\n\n[Click to start...](/#{story.firstScene})" @container.html @converter.makeHtml "##{@story.name}\n\n#{@story.description}\n\n[Click to start...](/#{@story.firstScene})"
@wireLinks() @wireLinks()
wireLinks: -> wireLinks: ->