Implement new font rendering

This commit is contained in:
Anders Jenbo 2021-09-10 02:27:17 +02:00
commit 7169882b1f
44 changed files with 522 additions and 742 deletions

View file

@ -461,7 +461,7 @@ AutomapTile GetAutomapTypeView(Point map)
void DrawAutomapText(const Surface &out)
{
char desc[256];
Point linePosition { 8, 20 };
Point linePosition { 8, 8 };
if (gbIsMultiplayer) {
if (strcasecmp("0.0.0.0", szPlayerName) != 0) {