mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
diff--
This commit is contained in:
parent
4a645da3d1
commit
ea7576286a
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
Boston, MA 02111-1307, USA
|
||||
|
||||
*/
|
||||
static const char rcsid[] =
|
||||
static const char rcsid[] =
|
||||
"$Id$";
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -81,6 +81,7 @@ startup (void)
|
|||
{
|
||||
#ifdef WIN32
|
||||
OSVERSIONINFO vinfo;
|
||||
Sys_MaskFPUExceptions ();
|
||||
|
||||
// make sure the timer is high precision, otherwise NT gets 18ms resolution
|
||||
timeBeginPeriod (1);
|
||||
|
|
Loading…
Reference in a new issue