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 39ae083340
commit 8ca30adf46
1 changed files with 2 additions and 2 deletions

View File

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