mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
change the void pointer out for a uint8_t in default game data
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// stores the data used in the game
|
||||
typedef struct {
|
||||
void* val;
|
||||
uint8_t tmp;
|
||||
} game_data;
|
||||
|
||||
// updates the game's state
|
||||
|
||||
Reference in New Issue
Block a user