mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 09:28:13 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user