mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Don't need to cast since it's already a sint32
This commit is contained in:
parent
e1ba107545
commit
3020f03333
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ sint32 CFameInterface::getFameIndexed(const CEntityId &entityId, uint32 factionI
|
|||
if (!returnUnknownValue && fame == NO_FAME)
|
||||
fame = 0;
|
||||
|
||||
return sint32(fame);
|
||||
return fame;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue