mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 13:24:09 +00:00
Fix linux warnings
This commit is contained in:
parent
c40fcdf39a
commit
c2ac6b3759
52 changed files with 165 additions and 70 deletions
|
@ -357,7 +357,7 @@ CTheZones::FindSmallestZonePositionILN(const CVector *v)
|
|||
}
|
||||
|
||||
int16
|
||||
CTheZones::FindZoneByLabelAndReturnIndex(char *name)
|
||||
CTheZones::FindZoneByLabelAndReturnIndex(Const char *name)
|
||||
{
|
||||
char str[8];
|
||||
memset(str, 0, 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue