Fixed: ryzom_ai_service compilation
This commit is contained in:
parent
3076c68530
commit
8aa918bcad
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ TDataSetRow CMirrors::getDataSetRow( const NLMISC::CEntityId& entityId )
|
||||||
return DataSet->getDataSetRow( 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 );
|
CMirrorPropValueRO<TYPE_TEAM_ID> value( *DataSet, entityIndex, DSPropertyTEAM_ID );
|
||||||
// if ( value()==0 )
|
// if ( value()==0 )
|
||||||
|
|
Loading…
Reference in a new issue