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

Replace a char by Sint8

It should fix build on some arch like arm and ppc.
This commit is contained in:
Mathieu Schroeter 2017-10-25 06:40:39 +02:00
parent a17a7e1dda
commit 51ffe896be

View File

@ -87,7 +87,7 @@ GetFogIcon (char * pBits)
// Table donnant la "vision" d'un blupi dans le
// brouillard.
// clang-format off
static char table_fog[17 * 17] =
static Sint8 table_fog[17 * 17] =
{
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4,