rename Colour8 to colour8

This commit is contained in:
2025-02-10 11:58:00 +01:00
parent 94ff2d200a
commit 94ca7e3d08
7 changed files with 20 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ static void clear_rows(Row* const rows, uint16_t* const score) {
// sets a shape to the screen
static void set_shape_i(Row const* const row, ShapeId const id, int8_t const pos_x) {
Shape const shape = shape_from_id(id);
Colour8 const colour = colour_from_id(id);
colour8 const colour = colour_from_id(id);
for (int8_t y = 0; y < SHAPE_HEIGHT; y++) {
ShapeRow const shape_row = shape_get_row(shape, y);