1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 18:57:37 +00:00

fix clipped subtitles

This commit is contained in:
eray orçunus 2020-06-17 11:11:44 +03:00
parent f54af8b973
commit e9d5d42ea9

View file

@ -1069,9 +1069,6 @@ CFont::GetNextSpace(wchar *s)
if(*s == '~'){ if(*s == '~'){
s++; s++;
while(*s != '~') s++; while(*s != '~') s++;
s++;
if(*s == ' ')
break;
} }
} }
return s; return s;