Fix shadow_ofs constant

This commit is contained in:
gamemasterplc 2023-11-23 17:10:28 -06:00
parent 0db78aff4a
commit 0845619572

View file

@ -232,8 +232,8 @@ void pfDrawFonts(void)
case 253:
shadow_color = (*str++)-1;
shadow_ofs_x = 1.33333333f*strline[i].scale*scale;
shadow_ofs_y = 1.33333333f*strline[i].scale*scale;
shadow_ofs_x = 1.3333333f*strline[i].scale*scale;
shadow_ofs_y = 1.3333333f*strline[i].scale*scale;
break;
default: