compile fixes (oops) and start working on quaternion support in qfcc

This commit is contained in:
Bill Currie 2004-04-08 02:33:20 +00:00
parent 8d6f634f30
commit 4882005a49
7 changed files with 21 additions and 33 deletions

View file

@ -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]);