1
0
forked from 0ad/0ad

no message

This was SVN commit r46.
This commit is contained in:
janwas 2003-11-07 01:00:16 +00:00
parent 6b1d9ce43f
commit a59a4ed590

View File

@ -15,8 +15,6 @@
#include "vfs.h"
#include "ia32.h"
#include "ps/cstr.h"
#ifndef NO_GUI
#include "gui/GUI.h"
#endif
@ -228,11 +226,6 @@ static void do_tick()
int main(int argc, char* argv[])
{
CStr mycstr = _T("string");
if(mycstr == _T("string"))
exit(1);
// set 24 bit (float) FPU precision for faster divides / sqrts
#ifdef _M_IX86
_control87(_PC_24, _MCW_PC);