mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 00:34:07 +00:00
some fixes and cosmetic changes
This commit is contained in:
parent
d9a3533438
commit
5b605c1271
8 changed files with 34 additions and 23 deletions
|
@ -783,7 +783,7 @@ CFileLoader::LoadVehicleObject(const char *line)
|
|||
mi->SetTexDictionary(txd);
|
||||
for(p = gamename; *p; p++)
|
||||
if(*p == '_') *p = ' ';
|
||||
strncpy(mi->m_gameName, gamename, 32);
|
||||
strcpy(mi->m_gameName, gamename);
|
||||
mi->m_level = level;
|
||||
mi->m_compRules = comprules;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue