Do not set the FPU state

This is a workaround for a MinGW bug and should be resolved before the
first CFT is released. A TODO item was added in a preceding commit.
This commit is contained in:
Yamagi Burmeister 2012-06-03 13:09:27 +02:00
parent 3286b037a8
commit 9e6df10550

View file

@ -41,7 +41,7 @@
#define MAX_NUM_ARGVS 128 #define MAX_NUM_ARGVS 128
int starttime; int starttime;
int ActiveApp; qboolean ActiveApp;
qboolean Minimized; qboolean Minimized;
static HANDLE hinput, houtput; static HANDLE hinput, houtput;
@ -561,7 +561,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
} }
while (time < 1); while (time < 1);
_controlfp(_PC_24, _MCW_PC); /*_controlfp(_PC_24, _MCW_PC); */
Qcommon_Frame(time); Qcommon_Frame(time);
oldtime = newtime; oldtime = newtime;