Speed up simulation - 1s -> 200ms per tick

This commit is contained in:
Petr Baudis 2011-11-29 22:27:50 +01:00
parent 0a9b9f8840
commit 2a8da64385

View file

@ -117,7 +117,7 @@ main(int argc, char *argv[])
std::cout<<"Rawio_map: Cannot open map file"<<std::endl; std::cout<<"Rawio_map: Cannot open map file"<<std::endl;
#endif #endif
std::cout << '\n'; std::cout << '\n';
usleep(1000000); usleep(200000);
tick_id++; tick_id++;
} }