Skip to content

Commit

Permalink
Fix merge + non-debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
viti95 committed Aug 29, 2024
1 parent 3e22d3a commit 9f0d82d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion FASTDOOM/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ void D_DoomLoopBenchmark(void)
// TODO rdtsc for later CPUs?
while (1)
{
start_time = mscount;
start_time = ticcount;

if (uncappedFPS)
{
Expand Down
1 change: 0 additions & 1 deletion FASTDOOM/g_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
#include "i_file.h"
#include "i_debug.h"

#include "i_log.h"
#include "i_debug.h"

#define SAVEGAMESIZE 0x2c000
Expand Down
1 change: 0 additions & 1 deletion FASTDOOM/m_bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@

#include "options.h"

#include "i_log.h"
#include "i_ibm.h"

#if defined(MODE_13H)
Expand Down

0 comments on commit 9f0d82d

Please sign in to comment.