Tic

From EDukeWiki
Revision as of 13:26, 18 August 2011 by 189.32.80.125 (talk) (Created page with "A '''tic''' is each time unit in-game. By default 1 second equals 30 tics. From the original source code: #define TICRATE (120) #define TICSPERFRAME (TICRATE/26) Because of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A tic is each time unit in-game. By default 1 second equals 30 tics.

From the original source code:

#define TICRATE (120)
#define TICSPERFRAME (TICRATE/26)

Because of truncation, the defined amount of 26 has the same effect of 30.