fix column size

This commit is contained in:
2025-01-27 00:16:11 +01:00
parent fefb7be44b
commit cc51611eb2

View File

@@ -4,10 +4,8 @@
#include "../window/colour.h"
typedef uint32_t PackedRow;
// stores the data used in the game
#define COLUMNS ((uint8_t)(sizeof(PackedRow) * 8 / 3))
#define COLUMNS ((uint8_t)10)
#define ROWS ((uint8_t)(COLUMNS * 2))
typedef struct {