mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-11 20:11:33 +03:00
Fixed a compile error in sceneentity.cpp
This commit is contained in:
@@ -4284,7 +4284,7 @@ CBaseEntity *CSceneEntity::FindNamedEntity( const char *name, CBaseEntity *pActo
|
||||
#ifdef MAPBASE
|
||||
const char *GetFirstSoundInScene(const char *pszScene)
|
||||
{
|
||||
const char *soundName;
|
||||
const char *soundName = NULL;
|
||||
SceneCachedData_t sceneData;
|
||||
if ( scenefilecache->GetSceneCachedData( pszScene, &sceneData ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user