mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-09-10 01:45:54 -05:00
Swap discard stack for new stack
This commit is contained in:
@@ -14,7 +14,7 @@ bool stack_empty(Stack* stack)
|
||||
|
||||
int stack_len(Stack* stack)
|
||||
{
|
||||
|
||||
return stack->top + 1;
|
||||
}
|
||||
|
||||
void stack_push(Stack* stack, void* data)
|
||||
|
||||
Reference in New Issue
Block a user