- fixed compilation in debug mode.

- moved timer definitions into their own header/source files. d_main is not the right place for this.
- removed some leftover cruft from the old timer code.
This commit is contained in:
Christoph Oelckers 2017-11-12 09:06:40 +01:00
commit 6bd76d6b5a
24 changed files with 220 additions and 172 deletions

View file

@ -51,7 +51,7 @@
#include "vm.h"
#include "g_levellocals.h"
#include "types.h"
#include "d_main.h"
#include "i_time.h"
//==========================================================================
//