mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
no longer need /that/ hack as SV_Frame does it now
This commit is contained in:
parent
eb66aa03ee
commit
4cf5648fcc
1 changed files with 0 additions and 2 deletions
|
@ -45,7 +45,6 @@
|
|||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "QF/console.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/sys.h"
|
||||
|
@ -186,7 +185,6 @@ main (int argc, char *argv[])
|
|||
|
||||
// run one frame immediately for first heartbeat
|
||||
SV_Frame (0.1);
|
||||
Con_ProcessInput (); // dirty hack to get the cursor in the right place
|
||||
|
||||
//
|
||||
// main loop
|
||||
|
|
Loading…
Reference in a new issue