main-goner.cpp: convert from C sourcefile

Also fixes sleepily-commited compilation-breaking typo
This commit is contained in:
toaster 2023-12-02 15:40:20 +00:00
parent df85b5d625
commit 299e0c3b71
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ target_sources(SRB2SDL2 PRIVATE
extras-statistics.c
extras-wrong.c
main-1.c
main-goner.c
main-goner.cpp
main-profile-select.c
options-1.c
options-data-1.c

View file

@ -1,4 +1,4 @@
/// \file menus/main-goner.c
/// \file menus/main-goner.cpp
/// \brief The Goner Setup.
#include "../k_menu.h"
@ -15,7 +15,7 @@ menuitem_t MAIN_Goner[] =
{IT_STRING | IT_CALL, "Video Options",
"CONFIGURE OCULAR PATHWAYS.", NULL,
={.routine = M_VideoOptions}, 0, 0},
{.routine = M_VideoOptions}, 0, 0},
{IT_STRING | IT_CALL, "Sound Options",
"CALIBRATE AURAL DATASTREAM.", NULL,