X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=menu.c;h=7417844b5d67a72792e3837e14c9fd45db3c7917;hb=a854130c17f1490cf5fb25650994c12d8c9ad0a7;hp=f1190de89e9cd639b2af4901962dde4394b2a7d2;hpb=3df794551fc81cb576033ad2d215bf8515ae4fed;p=xonotic%2Fdarkplaces.git diff --git a/menu.c b/menu.c index f1190de8..7417844b 100644 --- a/menu.c +++ b/menu.c @@ -105,7 +105,7 @@ static void M_GameOptions_Key (int key, int ascii); static void M_ServerList_Key (int key, int ascii); static void M_ModList_Key (int key, int ascii); -static qboolean m_entersound; // play after drawing a frame, so caching won't disrupt the sound +static qboolean m_entersound; ///< play after drawing a frame, so caching won't disrupt the sound void M_Update_Return_Reason(char *s) { @@ -810,7 +810,7 @@ static void M_SinglePlayer_Key (int key, int ascii) //============================================================================= /* LOAD/SAVE MENU */ -static int load_cursor; // 0 < load_cursor < MAX_SAVEGAMES +static int load_cursor; ///< 0 < load_cursor < MAX_SAVEGAMES #define MAX_SAVEGAMES 12 static char m_filenames[MAX_SAVEGAMES][SAVEGAME_COMMENT_LENGTH+1]; @@ -3177,7 +3177,7 @@ static int M_ChooseQuitMessage(int request) break; } return 0; -}; +} void M_Menu_Quit_f (void) {