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

Prefer the real bool

This commit is contained in:
Mathieu Schroeter 2018-07-27 14:58:53 +02:00
parent 90eddaced5
commit 0283cb8a88

View File

@ -53,7 +53,7 @@ typedef struct {
// il en existe un tableau de 100x100 = 10'000 cellules !
typedef struct : Cellule {
Sint8 flagged;
bool flagged;
} CellMem;
// Descripteur d'un blupi animé.