increase memory safety of audio module & small optimisations

This commit is contained in:
2025-02-10 17:21:29 +01:00
parent 3fd7806e5f
commit 9b98de0f89
4 changed files with 52 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ typedef colour8* row;
typedef struct {
row rows[ROWS];
audio_device const* audio_device;
audio_device* audio_device;
audio_data music;
uint16_t score;
shape_id nxt[7]; // the order of the shape ids that they should appear in