mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 12:19:10 +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:
@ -870,7 +870,7 @@ hsBool plClient::MsgReceive(plMessage* msg)
|
||||
//============================================================================
|
||||
hsBool plClient::IHandleMovieMsg(plMovieMsg* mov)
|
||||
{
|
||||
if (mov != nullptr)
|
||||
if (mov != nil)
|
||||
hsStatusMessageF("MovieMsg received 0x%x", mov->GetCmd());
|
||||
|
||||
if( !(mov->GetFileName() && *mov->GetFileName()) )
|
||||
|
Reference in New Issue
Block a user