* Remove superfluous comments committed with fix to bug #3999
This commit is contained in:
parent
1072b25ce8
commit
1bd63e59e5
2 changed files with 4 additions and 8 deletions
|
@ -534,10 +534,8 @@ int main( int argc, char **argv )
|
|||
|
||||
Sys_PlatformInit( );
|
||||
|
||||
// Set the initial time base.
|
||||
// If not called here com_frameTime will always be zero.
|
||||
// com_frameTime should be pseudo random.
|
||||
Sys_Milliseconds();
|
||||
// Set the initial time base
|
||||
Sys_Milliseconds( );
|
||||
|
||||
Sys_ParseArgs( argc, argv );
|
||||
Sys_SetBinaryPath( Sys_Dirname( argv[ 0 ] ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue