mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-25 18:12:15 +11:00
fix saving
This commit is contained in:
parent
e7a5006a4a
commit
2999c7c218
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ void main(void) {
|
|||
case K_CTRL_L:
|
||||
snd_mod_button();
|
||||
|
||||
shared_page->next_module_idx = MODULE_GAME;
|
||||
shared_page->next_module_idx = MODULE_GAME_VDP;
|
||||
gad->mode = GAME_MODE_LOAD;
|
||||
return;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue