- srand()

This commit is contained in:
floty
2007-03-01 22:44:03 +00:00
parent 556e8e002c
commit 573f02702d
-3
View File
@@ -60,9 +60,6 @@ int main( int argc, char **argv )
//_CrtSetBreakAlloc(49937);
socket_startup();
srand( time(0) );
/////// can be removed for non-qt-guis ////////////
QApplication a( argc, argv );