PlayMovieFromBeginning() - set Readonly to true, and put an informative message on screen

This commit is contained in:
andres.delikat 2011-09-05 17:38:54 +00:00
parent e16bc58ace
commit 08ec88319f
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ namespace BizHawk.MultiClient
}
Global.MovieSession.Movie.StartPlayback();
SetMainformMovieInfo();
Global.RenderPanel.AddMessage("Replaying movie file in read-only mode");
Global.MainForm.ReadOnly = true;
}
}