Expose NEWTICRATE and NEWTICRATERATIO to Lua

This should keep 70FPS-compatible scripts from throwing nil value errors.
This commit is contained in:
wolfy852 2018-08-25 03:40:43 -05:00
parent 32bcf11cda
commit 6ddee877c5
1 changed files with 2 additions and 0 deletions

View File

@ -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!)