aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index c77a3c6..dd309c5 100644
--- a/src/game.c
+++ b/src/game.c
@@ -289,7 +289,6 @@ Game *game_new(int width, int height, GameOptions gameopts) {
g->paused = 0;
g->pause_rel = 1;
g->frames = 0;
- g->t_fps = SDL_GetTicks();
g->fps = 0;
g->query_this_frame = 1;
g->time_render = 30000;