vid_width = vf_size.x;
vid_height = vf_size.y;
+ ticrate = STAT(MOVEVARS_TICRATE) * STAT(MOVEVARS_TIMESCALE);
+
WaypointSprite_Load();
CSQCPlayer_SetCamera();
current_player = player_localnum;
myteam = entcs_GetTeam(current_player);
- ticrate = STAT(MOVEVARS_TICRATE) * STAT(MOVEVARS_TIMESCALE);
-
// abused multiple places below
entity local_player = ((csqcplayer) ? csqcplayer : CSQCModel_server2csqc(player_localentnum - 1));
if(!local_player)