mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[saco] Implement/match GetUIFontSize()
This commit is contained in:
@ -538,3 +538,8 @@ int GetDeathWindowFontSize()
|
||||
return fontsize;
|
||||
}
|
||||
|
||||
int GetUIFontSize()
|
||||
{
|
||||
return 2 * pConfig->GetIntVariable("fontsize") + 20;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user