mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: ryzom_ai_service compilation
This commit is contained in:
parent
a69f0050b6
commit
abd1827468
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue