VC8 fix (inline if).

This commit is contained in:
Jason Felds
2006-07-28 03:21:45 +00:00
parent 93412e0e84
commit 1b1f2a9790
+1 -1
View File
@@ -114,7 +114,7 @@ void Sprite::LoadFromNode( const RString& sDir, const XNode* pNode )
LuaHelpers::RunAtExpressionS( sPath );
bool bIsAbsolutePath = sPath.Left(1) == "/";
sPath = bIsAbsolutePath ? : sDir+sPath;
sPath = bIsAbsolutePath ? sPath : sDir+sPath;
}
if( !sPath.empty() )