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

Merge branch 'master' into wip/landscape

This commit is contained in:
Mathieu Schroeter 2017-10-25 06:41:53 +02:00
commit bb787147db

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,