pt_color is now an int so don't convert it

This commit is contained in:
Bill Currie 2002-01-04 04:12:10 +00:00
parent 43ca999fd7
commit df947a8843

View file

@ -179,8 +179,7 @@ C(D_DrawParticle):
jl LPop1AndDone
flds pt_color(%edi) // color | 1/z * 0x8000
// FIXME: use Terje's fast fp->int trick?
fistpl DP_Color // 1/z * 0x8000
fstps DP_Color // 1/z * 0x8000
movl C(d_viewbuffer),%ebx