mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 19:14:08 +00:00
Merge remote-tracking branch 'upstream/miami' into miami
This commit is contained in:
commit
d426588496
91 changed files with 1563 additions and 445 deletions
|
@ -783,7 +783,7 @@ CFileLoader::LoadClumpObject(const char *line)
|
|||
char model[24], txd[24];
|
||||
CClumpModelInfo *mi;
|
||||
|
||||
if(sscanf(line, "%d %s %s", &id, &model, &txd) == 3){
|
||||
if(sscanf(line, "%d %s %s", &id, model, txd) == 3){
|
||||
mi = CModelInfo::AddClumpModel(id);
|
||||
mi->SetName(model);
|
||||
mi->SetTexDictionary(txd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue