mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
optimise row storage by just using one list
This commit is contained in:
@@ -90,6 +90,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
// cleanup of resources
|
||||
game_free(&game_data);
|
||||
SDL_Quit();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user