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:
commit
bb787147db
@ -87,7 +87,7 @@ GetFogIcon (char * pBits)
|
|||||||
// Table donnant la "vision" d'un blupi dans le
|
// Table donnant la "vision" d'un blupi dans le
|
||||||
// brouillard.
|
// brouillard.
|
||||||
// clang-format off
|
// 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, 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,
|
4, 4, 4, 4, 4, 4, 4, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user