remove broke option code

This commit is contained in:
2025-06-18 15:41:09 +02:00
parent 18243a23eb
commit bf62a60710
4 changed files with 7 additions and 237 deletions

View File

@@ -11,7 +11,6 @@
#include "../window/audio.h"
#include "./tetromino/shapes.h"
#include "gametime.h"
#include "opts.h"
#include "tetromino/placing.h"
/* shuffle the array using a FisherYates shuffle */
@@ -78,8 +77,6 @@ void game_init(gamedata* const dat) {
dat->curr_idx = -1; // set the current index to the max so it becomes zero after increasement
next_shape(dat); // select the next shape (shuffle should not be triggered)
shuffle(TETROMINO_COUNT, dat->nxt); // manually trigger a shuffle
load_opts();
}
// updates the gametime