mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
compile fixes (oops) and start working on quaternion support in qfcc
This commit is contained in:
parent
8d6f634f30
commit
4882005a49
7 changed files with 21 additions and 33 deletions
|
@ -523,7 +523,7 @@ value_string (progs_t *pr, etype_t type, pr_type_t *val)
|
|||
else
|
||||
dsprintf (line, "[$%x]", ofs);
|
||||
break;
|
||||
case ev_quaternion:
|
||||
case ev_quat:
|
||||
dsprintf (line, "'%g %g %g %g'",
|
||||
val->vector_var[0], val->vector_var[1],
|
||||
val->vector_var[2], val->vector_var[3]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue