summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i_system.c6
-rw-r--r--src/net_gui.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/i_system.c b/src/i_system.c
index ef855cd7..216522d2 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: i_system.c 556 2006-06-03 16:12:08Z fraggle $
+// $Id: i_system.c 579 2006-08-31 18:12:25Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -81,7 +81,7 @@
//-----------------------------------------------------------------------------
static const char
-rcsid[] = "$Id: i_system.c 556 2006-06-03 16:12:08Z fraggle $";
+rcsid[] = "$Id: i_system.c 579 2006-08-31 18:12:25Z fraggle $";
#include <stdlib.h>
@@ -210,7 +210,7 @@ void I_Endoom(void)
break;
}
- I_Sleep(50);
+ TXT_Sleep(0);
}
// Shut down text mode screen
diff --git a/src/net_gui.c b/src/net_gui.c
index e71a1f43..ede55cbb 100644
--- a/src/net_gui.c
+++ b/src/net_gui.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: net_gui.c 542 2006-05-29 20:00:41Z fraggle $
+// $Id: net_gui.c 579 2006-08-31 18:12:25Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -209,7 +209,7 @@ void NET_WaitForStart(void)
I_Error("Disconnected from server");
}
- I_Sleep(50);
+ TXT_Sleep(100);
}
TXT_Shutdown();