Skip to content

Commit

Permalink
Time warping: Enable time travel.
Browse files Browse the repository at this point in the history
  • Loading branch information
JadingTsunami committed Sep 14, 2023
1 parent b1b33ab commit c6100ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions prboom2/src/g_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -4965,12 +4965,6 @@ static void G_TimeWarpLoadAnchorPoint(int position)

static void G_TimeWarpTicker()
{
/*
* Useful for debugging
if (timewarp_ticks % 2*35 == 35)
doom_printf("tw_tick: [ %d %d %d ] (%d)", timewarp_past_limit, timewarp_position, timewarp_future_limit, timewarp_ticks/35);
*/

if (!G_CheckTimeWarpingIsOK(false))
return;

Expand Down

0 comments on commit c6100ab

Please sign in to comment.