mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Implement/match GetUIFontSize()
This commit is contained in:
parent
bdf9abb13d
commit
8023439fa3
@ -538,3 +538,8 @@ int GetDeathWindowFontSize()
|
||||
return fontsize;
|
||||
}
|
||||
|
||||
int GetUIFontSize()
|
||||
{
|
||||
return 2 * pConfig->GetIntVariable("fontsize") + 20;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user