Fixed: ryzom_ai_service compilation

This commit is contained in:
kervala 2010-09-24 09:12:37 +02:00
parent 3076c68530
commit 8aa918bcad

View file

@ -494,7 +494,7 @@ TDataSetRow CMirrors::getDataSetRow( const NLMISC::CEntityId& entityId )
return DataSet->getDataSetRow( entityId );
}
const uint16 CMirrors::getTeamId(const TDataSetRow& entityIndex)
uint16 CMirrors::getTeamId(const TDataSetRow& entityIndex)
{
CMirrorPropValueRO<TYPE_TEAM_ID> value( *DataSet, entityIndex, DSPropertyTEAM_ID );
// if ( value()==0 )