mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-06-02 17:51:04 +00:00
GCC compile fixes under Kubuntu 15.10
This commit is contained in:
parent
8a99249cfd
commit
3d75dbcb4a
4 changed files with 9 additions and 84 deletions
|
@ -453,7 +453,7 @@ void idSWFSprite::ReadJSON( rapidjson::Value& entry )
|
|||
|
||||
idFile_SWF file( new idFile_Memory() );
|
||||
|
||||
idBase64 base64 = command["stream"].GetString();
|
||||
idBase64 base64( command["stream"].GetString() );
|
||||
base64.Decode( file );
|
||||
|
||||
uint32 streamLength = file->Length() - 1; // skip trailing zero added by Decode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue