Just some cleanup

This commit is contained in:
Drew
2025-09-26 02:04:25 -05:00
parent dbef1dacdc
commit 3071e512c4
-5
View File
@@ -4,9 +4,6 @@
#include <tonc.h>
#include <stdlib.h>
#include "tonc_memdef.h"
#include "tonc_memmap.h"
#include "tonc_tte.h"
#include "util.h"
#include "sprite.h"
#include "card.h"
@@ -3177,8 +3174,6 @@ static void game_lose_on_update()
// util we decide what we want to do after a game over.
static void game_lose_on_exit()
{
// update blind. Will start back on whatever blind you lost on
// setting current_blind doesn't seem to work. Jokers are also left over.
timer = TM_ZERO;
current_blind = SMALL_BLIND;
blinds[0] = BLIND_CURRENT;