Change World.DisableTick to World.EnableTick
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OpenRA.Scripting
|
||||
{
|
||||
var playerRoot = Game.OpenWindow(w, "FMVPLAYER");
|
||||
var player = playerRoot.GetWidget<VqaPlayerWidget>("PLAYER");
|
||||
w.DisableTick = true;
|
||||
w.EnableTick = false;
|
||||
player.Load(movie);
|
||||
|
||||
// Mute world sounds
|
||||
@@ -39,7 +39,7 @@ namespace OpenRA.Scripting
|
||||
|
||||
Widget.CloseWindow();
|
||||
Sound.SoundVolumeModifier = oldModifier;
|
||||
w.DisableTick = false;
|
||||
w.EnableTick = true;
|
||||
onComplete();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user