summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index b0071d0..b356917 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -18,7 +18,7 @@
#include "render/gl_batch.h"
#include "util.h"
-CVAR* g_timescale = var_new( "g_timescale", .5f );
+CVAR* g_timescale = var_new( "g_timescale", 1.f );
static void game_realtime_resize_repaint( void* userdata );