mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 21:14:08 +00:00
commit
9e0b23f065
11 changed files with 680 additions and 497 deletions
|
@ -1142,6 +1142,7 @@ CFont::ParseToken(wchar *s)
|
|||
switch(*s){
|
||||
case 'B':
|
||||
Details.bBold = !Details.bBold;
|
||||
break;
|
||||
case 'N':
|
||||
case 'n':
|
||||
NewLine = 1;
|
||||
|
@ -1149,7 +1150,7 @@ CFont::ParseToken(wchar *s)
|
|||
case 'b': SetColor(CRGBA(27, 89, 130, 255)); Details.anonymous_23 = true; break;
|
||||
case 'f':
|
||||
Details.bFlash = !Details.bFlash;
|
||||
if (Details.bFlash)
|
||||
if (!Details.bFlash)
|
||||
Details.color.a = 255;
|
||||
break;
|
||||
case 'g': SetColor(CRGBA(255, 150, 225, 255)); Details.anonymous_23 = true; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue