diff --git a/src/dehacked.c b/src/dehacked.c
index 76a65fcc2fc4ba71817d61ab3d2a1699097ff53d..cf42e7c1fe62d3d151944bc44e32cfab7e63a96e 100644
--- a/src/dehacked.c
+++ b/src/dehacked.c
@@ -7316,6 +7316,8 @@ struct {
 	{"CODEBASE",CODEBASE}, // or what release of SRB2 this is.
 	{"VERSION",VERSION}, // Grab the game's version!
 	{"SUBVERSION",SUBVERSION}, // more precise version number
+	{"NEWTICRATE",NEWTICRATE}, // TICRATE*NEWTICRATERATIO
+	{"NEWTICRATERATIO",NEWTICRATERATIO},
 
 	// Special linedef executor tag numbers!
 	{"LE_PINCHPHASE",LE_PINCHPHASE}, // A boss entered pinch phase (and, in most cases, is preparing their pinch phase attack!)