hopefully the last of the " gaffs

This commit is contained in:
Bill Currie 2001-02-06 19:53:20 +00:00
parent 4d8cc6233c
commit d57a22fe87
3 changed files with 8 additions and 8 deletions

View file

@ -2014,12 +2014,12 @@ VID_Init (unsigned char *palette)
int basenummodes; int basenummodes;
byte *ptmp; byte *ptmp;
Cmd_AddCommand ("vid_testmode", VID_TestMode_f, "Switch to another video mode temporarily for 5-seconds to test it. Cmd_AddCommand ("vid_testmode", VID_TestMode_f, "Switch to another video mode temporarily for 5-seconds to test it.\n"
(vid_testmode (mode))"); "(vid_testmode (mode))");
Cmd_AddCommand ("vid_nummodes", VID_NumModes_f, "Reports the total number of video modes available"); 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_describecurrentmode", VID_DescribeCurrentMode_f, "Report current video mode.");
Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current. Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current.\n"
(vid_describemode (mode))"); "(vid_describemode (mode))");
Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f, "Report information on all video modes."); 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_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"); Cmd_AddCommand ("vid_windowed", VID_Windowed_f, "Switch to windowed mode");

View file

@ -572,8 +572,8 @@ VID_Init (unsigned char *palette)
VID_InitModes (); VID_InitModes ();
Cmd_AddCommand ("vid_nummodes", VID_NumModes_f, "Reports the total number of video modes available."); 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. Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current.\n"
(vid_describemode (mode))"); "(vid_describemode (mode))");
Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f, "Report information on all video modes."); Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f, "Report information on all video modes.");
Cmd_AddCommand ("vid_debug", VID_Debug_f, "FIXME: No Description"); Cmd_AddCommand ("vid_debug", VID_Debug_f, "FIXME: No Description");

View file

@ -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_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_describecurrentmode", VID_DescribeCurrentMode_f, "Report current video mode.");
Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current. Cmd_AddCommand ("vid_describemode", VID_DescribeMode_f, "Report information on specified video mode, default is current.\n"
(vid_describemode (mode))"); "(vid_describemode (mode))");
Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f, "Report information on all video modes."); Cmd_AddCommand ("vid_describemodes", VID_DescribeModes_f, "Report information on all video modes.");
hIcon = LoadIcon (global_hInstance, MAKEINTRESOURCE (IDI_ICON1)); hIcon = LoadIcon (global_hInstance, MAKEINTRESOURCE (IDI_ICON1));