From b24b477fc4b641e58069455cdabfe80d5d0995b4 Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sun, 21 Apr 2024 05:27:47 -0700 Subject: d_a_tag_firewall done (#2137) * mostly fix TVec3 ctors * d_a_tag_firewall done * remove asm --- src/d/msg/d_msg_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/msg/d_msg_string.cpp') diff --git a/src/d/msg/d_msg_string.cpp b/src/d/msg/d_msg_string.cpp index 217f692e81..41a4c720c0 100644 --- a/src/d/msg/d_msg_string.cpp +++ b/src/d/msg/d_msg_string.cpp @@ -83,7 +83,7 @@ void dMsgString_c::resetStringLocal(J2DTextBox* p_textBox) { /* 80249DE4-80249ED0 244724 00EC+00 1/0 0/0 0/0 .text * drawOutFontLocal__12dMsgString_cFP10J2DTextBoxf */ void dMsgString_c::drawOutFontLocal(J2DTextBox* p_textBox, f32 i_alpha) { - JGeometry::TVec3 pos = p_textBox->getGlbVtx(0); + Vec pos = p_textBox->getGlbVtx(0); f32 y = pos.y; if (i_alpha == -1.0f) { -- cgit v1.2.3