really bad error fixed

This commit is contained in:
Flameshadowxeroshin
2011-08-31 03:42:03 +00:00
parent 49d2201882
commit c0634d5be8
+1 -1
View File
@@ -1335,7 +1335,7 @@ public:
for( unsigned i=0; i<m_pRows.size(); i++ )
{
if( m_pRows[i]->GetRowTitle() == SArg(1) && m_pRows[i]->GetRowDef().IsEnabledForPlayer(p) )
p->MoveRowAbsolute(pn,i
p->MoveRowAbsolute(pn,i)
}
}
}