aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index a5727be..9ef3019 100644
--- a/src/game.c
+++ b/src/game.c
@@ -292,7 +292,8 @@ Game *game_new(int width, int height, GameOptions gameopts) {
g->t_fps = SDL_GetTicks();
g->fps = 0;
g->query_this_frame = 1;
- g->time_to_render = 0;
+ g->time_render = 30000;
+ g->time_physics = 0;
g->fuel = 1.0;
g->radiation = 0.1;
g->platform_rel_x = 0.0;