- cleaned up Duke's main GameTicker function.

* moved the part that alters the input before queuing it to GetInput
* moved moveloop into the main function
* reshuffled a few things for better grouping by task.
This commit is contained in:
Christoph Oelckers 2020-08-29 21:20:10 +02:00
parent 20426a5a4f
commit fab561d757
11 changed files with 82 additions and 79 deletions

View file

@ -118,7 +118,7 @@ CCMD(togglefollow)
gi->ResetFollowPos(true);
}
glcycle_t thinktime, actortime, gameupdatetime, drawtime;
cycle_t thinktime, actortime, gameupdatetime, drawtime;
gamestate_t gamestate = GS_STARTUP;