@ -1,62 +1,32 @@
// ref: 0x10001058
void __fastcall artfont_SetArtFont(int nFont)
{
int v1; // ecx
int v2; // ecx
int v3; // ecx
int v4; // ecx
int v5; // ecx
if ( nFont )
switch ( nFont )
v1 = nFont - 2;
if ( v1 )
v2 = v1 - 1;
if ( v2 )
v3 = v2 - 1;
if ( v3 )
v4 = v3 - 1;
if ( v4 )
v5 = v4 - 1;
if ( v5 )
if ( v5 == 1 )
sgpCurrFont = &font42y;
else
sgpCurrFont = &font16s;
}
sgpCurrFont = &font42g;
sgpCurrFont = &font30s;
sgpCurrFont = &font30g;
sgpCurrFont = &font24s;
case 0:
sgpCurrFont = &font16g;
break;
case 2:
sgpCurrFont = &font24g;
case 3:
case 4:
case 5:
case 6:
case 7:
default: