Merge pull request #477 from DavidWyand-GG/AudioData

Allow audioData.cs.dso to execute
This commit is contained in:
David Wyand 2013-09-04 22:45:58 -07:00
commit 1684501ad0
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@ function initClient()
setDefaultFov( $pref::Player::defaultFov );
setZoomSpeed( $pref::Player::zoomSpeed );
if( isFile( "./audioData.cs" ) )
if( isScriptFile( expandFilename("./audioData.cs") ) )
exec( "./audioData.cs" );
// Start up the main menu... this is separated out into a

View file

@ -124,7 +124,7 @@ function initClient()
setDefaultFov( $pref::Player::defaultFov );
setZoomSpeed( $pref::Player::zoomSpeed );
if( isFile( "./audioData.cs" ) )
if( isScriptFile( expandFilename("./audioData.cs") ) )
exec( "./audioData.cs" );
// Start up the main menu... this is separated out into a