From 8e72aeddd2eef60b862c1b2a0a424aa9fa84928f Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 1 Apr 2001 22:59:40 +0000 Subject: [PATCH] --- source/gfx/actor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/gfx/actor.cpp b/source/gfx/actor.cpp index aebc4e185..4f44a5e80 100644 --- a/source/gfx/actor.cpp +++ b/source/gfx/actor.cpp @@ -100,7 +100,7 @@ POLY_FT4 *Ft4=GetPrimFT4(); setRGB0(Ft4,128,128,128); setTPage(Ft4,0,0,TexX,TexY); setClut(Ft4, ClutX, ClutY); - AddPrimToList(Ft4,0); + AddPrimToList(Ft4,10); if (Shadow) { @@ -112,7 +112,7 @@ POLY_FT4 *Ft4=GetPrimFT4(); sFt4->y1+=ShadowYOfs; setSemiTrans(sFt4,1); setRGB0(sFt4,0,0,0); - AddPrimToList(sFt4,0); + AddPrimToList(sFt4,10); } return(Ft4);