mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 03:39:08 +00:00
Removes remaining usage of Bink in main engine.
- Removes Bink headers. - Remove usage of Bink movie layers in pfJournalBook (replacing it with plLayerAVI in the interim). - Removes Bink cmake. Conflicts: CMakeLists.txt Sources/Plasma/Apps/plClient/plClient.cpp Sources/Plasma/PubUtilLib/plPipeline/plBinkPlayer.h
This commit is contained in:
@ -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/porno.bik"
|
||||
// Include the movie folder, e.g. "avi/movie.avi"
|
||||
// String is copied, not pointer copy.
|
||||
plString GetFileName() const { return fFileName; }
|
||||
plMovieMsg& SetFileName(const plString& name) { fFileName = name; return *this; }
|
||||
|
Reference in New Issue
Block a user