- normalize the timer with the app start, not the epoch.

This ensures smaller values and less wraparounds with integer values in scripts.
This commit is contained in:
Christoph Oelckers 2022-10-09 14:52:08 +02:00
commit 94b249172a
3 changed files with 18 additions and 3 deletions

View file

@ -3688,6 +3688,7 @@ int GameMain()
{
int ret = 0;
GameTicRate = TICRATE;
I_InitTime();
ConsoleCallbacks cb = {
D_UserInfoChanged,