Skip to content

Commit

Permalink
Merge pull request HackerN64#81 from Yanis42/define_fix
Browse files Browse the repository at this point in the history
[Fix] Missing character in the ``SHOW_TIME_INFOS`` ifdef in regs.h
  • Loading branch information
Yanis002 authored Jan 23, 2024
2 parents 7ca18cb + 843bab2 commit 335923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#define R_ENV_TIME_SPEED_OLD REG(15) // Most likely used during development. Unused in the final game.
#define R_RUN_SPEED_LIMIT REG(45)

#if (defined ENABLE_SPEEDMETER) || (defined SHOW_TIME_INFO)
#if (defined ENABLE_SPEEDMETER) || (defined SHOW_TIME_INFOS)
#define R_ENABLE_ARENA_DBG SREG(0)
#endif

Expand Down

0 comments on commit 335923a

Please sign in to comment.