Browse Source

Fixed part of a menu

pull/18/head
aperturesecurity 7 years ago
parent
commit
e30e9fad6b
  1. 9
      Source/gmenu.cpp

9
Source/gmenu.cpp

@ -354,8 +354,13 @@ void __fastcall gmenu_print_text(int x, int y, char *pszStr)
++v3;
v7 = lfontframe[fontidx[i]];
if (v7)
//CelDecodeLightOnly(v5, v4, (char *)BigTGold_cel, v7, 46);
CelDecodeLightOnly(v5, v4, (char *)TitleMenuText, v7, 46);
if(gbRunGame == 1){
CelDecodeLightOnly(v5, v4, (char *)BigTGold_cel, v7, 46);
}
else{
CelDecodeLightOnly(v5, v4, (char *)TitleMenuText, v7, 46);
}
v5 += lfontkern[v7] + 2;
}
}

Loading…
Cancel
Save