File diff r6317:48fa3b65b6bb → r6318:69995de8f70d
src/os2.cpp
Show inline comments
 
@@ -158,9 +158,6 @@ void ShowOSErrorBox(const unsigned char 
 

	
 
int CDECL main(int argc, char* argv[])
 
{
 
	// change the working directory to enable doubleclicking in UIs
 
	ChangeWorkingDirectory(argv[0]);
 

	
 
	_random_seeds[1][1] = _random_seeds[1][0] = _random_seeds[0][1] = _random_seeds[0][0] = time(NULL);
 

	
 
	return ttd_main(argc, argv);