fix some voip stuff, opus should be properly supported now.
fix iqm+events... again. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5043 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
36c0c3302f
commit
15a2038e4e
7 changed files with 69 additions and 52 deletions
|
@ -7217,7 +7217,6 @@ galiasinfo_t *Mod_ParseIQMMeshModel(model_t *mod, const char *buffer, size_t fsi
|
|||
oevent->code = fteevents->evcode;
|
||||
oevent->data = ZG_Malloc(&mod->memgroup, strlen(strings+fteevents->evdata_str)+1);
|
||||
strcpy(oevent->data, strings+fteevents->evdata_str);
|
||||
oevent->timestamp /= fgroup[fteevents->anim].rate;
|
||||
link = &fgroup[fteevents->anim].events;
|
||||
while (*link && (*link)->timestamp <= oevent->timestamp)
|
||||
link = &(*link)->next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue