diff --git a/mk/windoze/glest_game.vcproj b/mk/windoze/glest_game.vcproj index 7259a7a4..6f363b14 100755 --- a/mk/windoze/glest_game.vcproj +++ b/mk/windoze/glest_game.vcproj @@ -144,7 +144,7 @@ RuntimeLibrary="0" EnableFunctionLevelLinking="true" EnableEnhancedInstructionSet="1" - FloatingPointModel="0" + FloatingPointModel="2" ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb" WarningLevel="3" Detect64BitPortabilityProblems="false" diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index 0a4d9f3a..0cfa08a9 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -1479,6 +1479,7 @@ int glestMain(int argc, char** argv) { if( haveSpecialOutputCommandLineOption == false || hasCommandArgument(argc, argv,GAME_ARGS[GAME_ARG_VERSION]) == true) { #ifdef USE_STREFLOP +# define STREFLOP_NO_DENORMALS streflop_init(); printf("%s, SVN: [%s], [STREFLOP]\n",getNetworkVersionString().c_str(),getSVNRevisionString().c_str()); #else