]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_win.c
Corrected names in credits to be more accurate and consistent.
[xonotic/darkplaces.git] / sys_win.c
index de1f47187c2e0f766414bebf630c3d62cdcae9ed..0259a02a39302d3d91103336bc4afe53eb1bf9b2 100644 (file)
--- a/sys_win.c
+++ b/sys_win.c
@@ -240,11 +240,11 @@ void Sys_InitConsole (void)
        houtput = GetStdHandle (STD_OUTPUT_HANDLE);
        hinput = GetStdHandle (STD_INPUT_HANDLE);
 
-       // LordHavoc: can't check cls.state because it hasn't been initialized yet
+       // LadyHavoc: can't check cls.state because it hasn't been initialized yet
        // if (cls.state == ca_dedicated)
        if (COM_CheckParm("-dedicated"))
        {
-               //if ((houtput == 0) || (houtput == INVALID_HANDLE_VALUE)) // LordHavoc: on Windows XP this is never 0 or invalid, but hinput is invalid
+               //if ((houtput == 0) || (houtput == INVALID_HANDLE_VALUE)) // LadyHavoc: on Windows XP this is never 0 or invalid, but hinput is invalid
                {
                        if (!AllocConsole ())
                                Sys_Error ("Couldn't create dedicated server console (error code %x)", (unsigned int)GetLastError());