Code cleanup and documentation

This commit is contained in:
2025-10-18 21:35:01 +02:00
parent 6b0e858064
commit e124e3071e
17 changed files with 105 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
//
// Created by snapshot112 on 10/15/25.
//
/*
* Created by snapshot112 on 15/10/2025
*/
#include "minigame_menu.h"
@@ -152,7 +152,6 @@ static int navigate_menu(void) {
}
launch_game(SELECTED_GAME);
break;
case 'p':
case KEY_BACKSPACE:
case KEY_ESCAPE:
return 1;