Skip to content

Commit

Permalink
Constants: Add TICRATEFRAC
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Sep 7, 2024
1 parent 96791a2 commit fccce74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/assets/zscript/global/constants.zs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const TICRATEF = double(Object.TICRATE);
const TICRATEFRAC = 1.0 / TICRATEF;

CONST HXDD_MAX_PLAYERS = 32;

0 comments on commit fccce74

Please sign in to comment.