Fixup 1cf90d02d6
(accidentally removed a piece of code in the old codepath)
This commit is contained in:
parent
c204d3e1e2
commit
b917e16e6a
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue