mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-13 14:47:14 +00:00
main-goner.cpp: convert from C sourcefile
Also fixes sleepily-commited compilation-breaking typo
This commit is contained in:
parent
df85b5d625
commit
299e0c3b71
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
Loading…
Add table
Reference in a new issue