HAXXX: Make videos skippable

This commit is contained in:
2020-03-21 12:05:22 +00:00
parent 8d48da1999
commit 4c0355ac4f
3 changed files with 12 additions and 9 deletions

View File

@@ -24,7 +24,8 @@ func Run(configFile string) error {
Config: cfg,
}
wh40k.PlayUnskippableVideo("LOGOS")
wh40k.PlaySkippableVideo("LOGOS")
wh40k.PlaySkippableVideo("movie1")
return nil
}