From d57a22fe8712f82e086ec42c386ead431601f713 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 6 Feb 2001 19:53:20 +0000 Subject: [PATCH] hopefully the last of the " gaffs --- source/vid_mgl.c | 8 ++++---- source/vid_svgalib.c | 4 ++-- source/vid_wgl.c | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/vid_mgl.c b/source/vid_mgl.c index ab77c8e..65711be 100644 --- a/source/vid_mgl.c +++ b/source/vid_mgl.c @@ -2014,12 +2014,12 @@ VID_Init (unsigned char *palette) int basenummodes; byte *ptmp; - Cmd_AddCommand ("vid_testmode", VID_TestMode_f, "Switch to another video mode temporarily for 5-seconds to test it. -(vid_testmode (mode))"); + Cmd_AddCommand ("vid_testmode", VID_TestMode_f, "Switch to another video mode temporarily for 5-seconds to test it.\n" + "(vid_testmode (mode))"); Cmd_AddCommand ("vid_nummodes", VID_NumModes_f, "Reports the total number of video modes available"); Cmd_AddCommand ("vid_describecurrentmode", VID_DescribeCurrentMode_f, "Report current video mode."); - Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current. -(vid_describemode (mode))"); + Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current.\n" + "(vid_describemode (mode))"); Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f, "Report information on all video modes."); Cmd_AddCommand ("vid_forcemode", VID_ForceMode_f, "Force QuakeWorld to use a certain video mode. (vid_forcemode (mode))"); Cmd_AddCommand ("vid_windowed", VID_Windowed_f, "Switch to windowed mode"); diff --git a/source/vid_svgalib.c b/source/vid_svgalib.c index b3446d1..f17412a 100644 --- a/source/vid_svgalib.c +++ b/source/vid_svgalib.c @@ -572,8 +572,8 @@ VID_Init (unsigned char *palette) VID_InitModes (); Cmd_AddCommand ("vid_nummodes", VID_NumModes_f, "Reports the total number of video modes available."); - Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current. -(vid_describemode (mode))"); + Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current.\n" + "(vid_describemode (mode))"); Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f, "Report information on all video modes."); Cmd_AddCommand ("vid_debug", VID_Debug_f, "FIXME: No Description"); diff --git a/source/vid_wgl.c b/source/vid_wgl.c index 9fdaece..e52ab45 100644 --- a/source/vid_wgl.c +++ b/source/vid_wgl.c @@ -1473,8 +1473,8 @@ VID_Init (unsigned char *palette) Cmd_AddCommand ("vid_nummodes", VID_NumModes_f, "Reports the total number of video modes available"); Cmd_AddCommand ("vid_describecurrentmode", VID_DescribeCurrentMode_f, "Report current video mode."); - Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current. -(vid_describemode (mode))"); + Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current.\n" + "(vid_describemode (mode))"); Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f, "Report information on all video modes."); hIcon = LoadIcon (global_hInstance, MAKEINTRESOURCE (IDI_ICON1));