Skip to content

Commit

Permalink
menu: remove spacetripper
Browse files Browse the repository at this point in the history
  • Loading branch information
warasilapm committed Jun 12, 2022
1 parent 70fd3a3 commit f013755
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion source/apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ target_sources(badge2022_c PUBLIC
${CMAKE_CURRENT_LIST_DIR}/maze.c
${CMAKE_CURRENT_LIST_DIR}/qc.c
${CMAKE_CURRENT_LIST_DIR}/smashout.c
${CMAKE_CURRENT_LIST_DIR}/spacetripper.c
${CMAKE_CURRENT_LIST_DIR}/username.c
${CMAKE_CURRENT_LIST_DIR}/slot_machine.c
)
Expand Down
1 change: 0 additions & 1 deletion source/core/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ const struct menu_t games_m[] = {
{"Conductor", VERT_ITEM, FUNCTION, {(struct menu_t *)conductor_cb}}, // Tell other badges to play notes
{"Lunar Rescue", VERT_ITEM, FUNCTION, {(struct menu_t *)lunarlander_cb} },
{"Badge Monsters",VERT_ITEM, FUNCTION, {(struct menu_t *)badge_monsters_cb} },
{"Space Tripper", VERT_ITEM, FUNCTION, {(struct menu_t *)spacetripper_cb} },
{"Smashout", VERT_ITEM, FUNCTION, {(struct menu_t *)smashout_cb} },
{"Hacking Sim", VERT_ITEM, FUNCTION, {(struct menu_t *)hacking_simulator_cb} },
{"Spinning Cube", VERT_ITEM, FUNCTION, {(struct menu_t *)cube_cb} },
Expand Down

0 comments on commit f013755

Please sign in to comment.