mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 15:54:07 +00:00
little cleanup and synch on templates and config
This commit is contained in:
parent
1af5065df7
commit
a7050458ae
16 changed files with 91 additions and 83 deletions
|
@ -994,7 +994,7 @@ CFileLoader::Load2dEffect(const char *line)
|
|||
CTxdStore::SetCurrentTxd(CTxdStore::FindTxdSlot("particle"));
|
||||
|
||||
mi = CModelInfo::GetModelInfo(id);
|
||||
effect = CModelInfo::Get2dEffectStore().alloc();
|
||||
effect = CModelInfo::Get2dEffectStore().Alloc();
|
||||
mi->Add2dEffect(effect);
|
||||
effect->pos = CVector(x, y, z);
|
||||
effect->col = CRGBA(r, g, b, a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue