mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
msg inline fixes, remove some fake jsystem inlines
This commit is contained in:
+1
-4
@@ -781,11 +781,8 @@ void dName_c::setNameText() {
|
||||
|
||||
for (int i = 0; i < 8; i++) {
|
||||
if (chrInfo[i].field_0x3 != 0) {
|
||||
JUTFont::TWidth twidth;
|
||||
int character = chrInfo[i].character;
|
||||
nameIn.font->getWidthEntry(character, &twidth);
|
||||
|
||||
f32 temp = (int)twidth.field_0x1;
|
||||
f32 temp = (f32)nameIn.font->getWidth(character);
|
||||
temp *= ratio;
|
||||
int sp50 = temp * 10000.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user