Remove screen_fade from skip animations
This commit is contained in:
parent
d35cf620ab
commit
c5467c1f4d
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@
|
|||
local skippable_actions = {
|
||||
"animate_unit",
|
||||
"sound",
|
||||
"delay",
|
||||
"screen_fade"
|
||||
"delay"
|
||||
}
|
||||
|
||||
local skip_actions = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue