mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Save states (#300)
This commit is contained in:
parent
5746305157
commit
635fb71b76
64 changed files with 2084 additions and 634 deletions
|
@ -421,7 +421,7 @@ void Gameplay_Update(GlobalContext* globalCtx) {
|
|||
|
||||
input = globalCtx->state.input;
|
||||
|
||||
if ((SREG(1) < 0) || (DREG(0) != 0)) {
|
||||
if ((SREG(1) < 0) || (DREG(0) != 0)) {
|
||||
SREG(1) = 0;
|
||||
ZeldaArena_Display();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue