aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/sys/sys_main.c')
-rw-r--r--code/sys/sys_main.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/code/sys/sys_main.c b/code/sys/sys_main.c
index 805a0c6..f2a05e6 100644
--- a/code/sys/sys_main.c
+++ b/code/sys/sys_main.c
@@ -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 ] ) );