1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Add Italian characters to the little font too

This commit is contained in:
Mathieu Schroeter 2017-10-01 15:17:16 +02:00
parent 00d4fbf59e
commit 268f5d9e13
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1015 B

View File

@ -857,7 +857,7 @@ DoInit (int argc, char * argv[], bool & exit)
}
totalDim.x = DIMLITTLEX * 16;
totalDim.y = DIMLITTLEY * 8;
totalDim.y = DIMLITTLEY * 9;
iconDim.x = DIMLITTLEX;
iconDim.y = DIMLITTLEY;
if (!g_pPixmap->Cache (CHLITTLE, "image/little.png", totalDim, iconDim))