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)
|
if (!returnUnknownValue && fame == NO_FAME)
|
||||||
fame = 0;
|
fame = 0;
|
||||||
|
|
||||||
return sint32(fame);
|
return fame;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue