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:
parent
90eddaced5
commit
0283cb8a88
@ -53,7 +53,7 @@ typedef struct {
|
|||||||
// il en existe un tableau de 100x100 = 10'000 cellules !
|
// il en existe un tableau de 100x100 = 10'000 cellules !
|
||||||
|
|
||||||
typedef struct : Cellule {
|
typedef struct : Cellule {
|
||||||
Sint8 flagged;
|
bool flagged;
|
||||||
} CellMem;
|
} CellMem;
|
||||||
|
|
||||||
// Descripteur d'un blupi animé.
|
// Descripteur d'un blupi animé.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user