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