Fixup 1cf90d02d6 (accidentally removed a piece of code in the old codepath)

This commit is contained in:
Charles Dang 2017-03-24 11:58:26 +11:00
parent c204d3e1e2
commit b917e16e6a

View file

@ -55,6 +55,8 @@ void show_story(CVideo& video, const std::string &scenario_name,
return;
}
events::event_context story_context;
int segment_count = 0;
config::const_child_iterator itor = story.begin();
storyscreen::START_POSITION startpos = storyscreen::START_BEGINNING;