mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-26 02:40:57 +00:00
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:
parent
3286b037a8
commit
9e6df10550
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue