mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-15 12:09:06 +00:00
Changed: Don't need to cast since it's already a sint32
This commit is contained in:
parent
402e60d448
commit
e521a2475f
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