optimise row storage by just using one list

This commit is contained in:
2025-02-01 01:10:30 +01:00
parent 2d6649e700
commit bbd81b46c5
5 changed files with 21 additions and 11 deletions

View File

@@ -90,6 +90,7 @@ int main(int argc, char** argv) {
}
// cleanup of resources
game_free(&game_data);
SDL_Quit();
return 0;