Removed the smnew macro and the call to _CrtSetDbgFlag() to get ready for

merging with the main branch.
This commit is contained in:
Shenjoku
2013-04-19 20:34:11 -07:00
parent dac4493fe5
commit 0792db752a
195 changed files with 585 additions and 598 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ void StreamDisplay::Load( const RString & /* unreferenced: _sMetricsGroup */)
for( int i=0; i<iNumPills; i++ )
{
Sprite *pSpr = smnew Sprite;
Sprite *pSpr = new Sprite;
pSpr->Load( THEME->GetPathG( sMetricsGroup, StreamTypeToString(st) ) );
m_vpSprPill[st].push_back( pSpr );