Skip to content
Snippets Groups Projects
Commit e1a2dca3 authored by Yukita Mayako's avatar Yukita Mayako
Browse files

Use NEWTICRATERATIO 2

parent 3c2fe056
Branches
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ typedef enum
// State updates, number of tics / second.
// NOTE: used to setup the timer rate, see I_StartupTimer().
#define TICRATE 35
#define NEWTICRATERATIO 1 // try 4 for 140 fps :)
#define NEWTICRATERATIO 2 // try 4 for 140 fps :)
#define NEWTICRATE (TICRATE*NEWTICRATERATIO)
#define RING_DIST 512*FRACUNIT // how close you need to be to a ring to attract it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment