mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
remove broke option code
This commit is contained in:
@@ -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 Fisher–Yates 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
|
||||
|
||||
Reference in New Issue
Block a user