mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
VS2003: changes for older compiler
- nullptr not defined, use nil - remove unused VCXPROJ with wrong name plMoviePlayer - std::begin, std::end not defined, conditionally include code for plLocalization::GetLanguageCodes() on _MSC_VER >= 1800 - add PLASMA_USE_WEBM to appropriate VS projects - fix library references to opus, vpx and speex
This commit is contained in:
@ -111,7 +111,7 @@ protected:
|
||||
|
||||
hsTArray<plSoundEvent *> fSoundEvents;
|
||||
|
||||
virtual void ISetActualVolume(const float v);
|
||||
virtual void ISetActualVolume(float v);
|
||||
virtual void IActuallyStop( void );
|
||||
virtual hsBool IActuallyPlaying( void ) { return fReallyPlaying; }
|
||||
virtual void IActuallyPlay( void );
|
||||
|
Reference in New Issue
Block a user