mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
increase memory safety of audio module & small optimisations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user