mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-27 15:25:30 +03:00
Fixed a compile error in sceneentity.cpp
This commit is contained in:
parent
eae3881a03
commit
d9accd2d7a
@ -4284,7 +4284,7 @@ CBaseEntity *CSceneEntity::FindNamedEntity( const char *name, CBaseEntity *pActo
|
|||||||
#ifdef MAPBASE
|
#ifdef MAPBASE
|
||||||
const char *GetFirstSoundInScene(const char *pszScene)
|
const char *GetFirstSoundInScene(const char *pszScene)
|
||||||
{
|
{
|
||||||
const char *soundName;
|
const char *soundName = NULL;
|
||||||
SceneCachedData_t sceneData;
|
SceneCachedData_t sceneData;
|
||||||
if ( scenefilecache->GetSceneCachedData( pszScene, &sceneData ) )
|
if ( scenefilecache->GetSceneCachedData( pszScene, &sceneData ) )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user