Fixed fonts but part of cl_ratiofix:
Reveal hidden contents
https://www.diffchecker.com/Dj6Z2M6n
or
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... 720d2L1551
https://github.com/eternalcodes/Eternal ... dd471720d2
tr_cmds.cpp
and this in tr_local.h - should probably be in tr_font.h
or
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... dd471720d2
https://github.com/eternalcodes/Eternal ... 720d2L1551
https://github.com/eternalcodes/Eternal ... dd471720d2
tr_cmds.cpp
Code: Select all
//update font width
if (r_aspectCorrectFonts->modified) {
r_aspectCorrectFonts->modified = qfalse;
R_UpdateFontRatio();
}
Code: Select all
void R_UpdateFontRatio(void);