mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 02:09:35 +00:00
fix macos and windows builds( maybe )
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <soundflags.h>
|
||||
#include "mathlib/vector.h"
|
||||
#include <shareddefs.h>
|
||||
#include "color.h"
|
||||
#include "Color.h"
|
||||
|
||||
#include "shake.h"
|
||||
#include "bitmap/imageformat.h"
|
||||
|
||||
@@ -698,7 +698,8 @@ bool CSceneImage::UpdateSceneImageFile( CUtlBuffer &targetBuffer, char const *pc
|
||||
scene.crcFileName = pEntry->crcFilename;
|
||||
scene.compiledBuffer.Put( pData, pEntry->nDataLength );
|
||||
scene.msecs = pSummary->msecs;
|
||||
scene.lastspeak_msecs = pSummary->lastspeech_msecs;
|
||||
// TODO(nillerusr): support for loading other scene image versions?
|
||||
//scene.lastspeak_msecs = pSummary->lastspeech_msecs;
|
||||
// Load sounds
|
||||
for ( int j = 0 ; j < pSummary->numSounds; ++j )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user