1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

Delay intro movie playback until after display init.

- Fixes stretched cursor during movie playback.
This commit is contained in:
2013-02-15 07:30:08 -08:00
committed by Florian Meißner
parent 2caade5fff
commit cbcbdc0889
3 changed files with 7 additions and 7 deletions

View File

@ -155,7 +155,7 @@ public:
plMovieMsg& SetScaleX(float x) { fScale.fX = x; return *this; }
plMovieMsg& SetScaleY(float y) { fScale.fY = y; return *this; }
// Include the movie folder, e.g. "avi/movie.avi"
// Include the movie folder, e.g. "avi/movie.webm"
// String is copied, not pointer copy.
plString GetFileName() const { return fFileName; }
plMovieMsg& SetFileName(const plString& name) { fFileName = name; return *this; }