os2.c
changeset 4369 3812b4335df9
parent 4300 c7e43c47a2b9
child 5167 12c46fb7eccf
equal deleted inserted replaced
4368:dd7b808c5f96 4369:3812b4335df9
   123 int CDECL main(int argc, char* argv[])
   123 int CDECL main(int argc, char* argv[])
   124 {
   124 {
   125 	// change the working directory to enable doubleclicking in UIs
   125 	// change the working directory to enable doubleclicking in UIs
   126 	ChangeWorkingDirectory(argv[0]);
   126 	ChangeWorkingDirectory(argv[0]);
   127 
   127 
   128 	_random_seeds[0][1] = _random_seeds[0][0] = time(NULL);
   128 	_random_seeds[1][1] = _random_seeds[1][0] = _random_seeds[0][1] = _random_seeds[0][0] = time(NULL);
   129 
       
   130 
   129 
   131 	return ttd_main(argc, argv);
   130 	return ttd_main(argc, argv);
   132 }
   131 }
   133 
   132 
   134 void DeterminePaths(void)
   133 void DeterminePaths(void)