This commit is contained in:
AdnoC
2016-04-25 15:28:56 -04:00
parent 724fc88597
commit 954aeafa89
3 changed files with 14 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ struct ugrid {
UCell **cells;
};
#define EMPTY_ATTRS ((HlAttrs){false, false, false, false, false, -1, -1, -1})
#define EMPTY_ATTRS ((HlAttrs){ false, false, false, false, false, -1, -1, -1 })
#define UGRID_FOREACH_CELL(grid, top, bot, left, right, code) \
do { \