unneeded LuaHelpers::RunAtExpressionS

This commit is contained in:
Glenn Maynard
2006-10-09 01:22:17 +00:00
parent ce07b22b56
commit e0b788de16
10 changed files with 0 additions and 20 deletions
-1
View File
@@ -30,7 +30,6 @@ void HoldJudgment::LoadFromNode( const RString& sDir, const XNode* pNode )
RString sFile;
if( !pNode->GetAttrValue("File", sFile) )
RageException::Throw( "HoldJudgment node in \"%s\" is missing the attribute \"File\"", sDir.c_str() );
LuaHelpers::RunAtExpressionS( sFile );
if( sFile.Left(1) != "/" )
sFile = sDir+sFile;