Introduce PLAY_LOG() (#1284)

* play log

* review, try to compromise on comment

* another compromise attempt

* new comment

* remove comma

* fix
This commit is contained in:
fig02
2022-06-21 13:25:09 -04:00
committed by GitHub
parent 5dda2f9ffc
commit e4884e0cb9
2 changed files with 63 additions and 151 deletions
+1
View File
@@ -47,6 +47,7 @@
#define R_ENV_FOG_NEAR REG(14)
#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)
#define R_ENABLE_PLAY_LOGS HREG(63)
#define R_ENABLE_ARENA_DBG SREG(0)
#define R_UPDATE_RATE SREG(30)
#define R_ENABLE_AUDIO_DBG SREG(36)