aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index 0344d6e..72784af 100644
--- a/src/game.c
+++ b/src/game.c
@@ -245,6 +245,8 @@ Game *game_new(int width, int height) {
g->frames = 0;
g->t_fps = SDL_GetTicks();
g->fps = 0;
+ g->fuel = 1.0;
+ g->radiation = 0.0;
/* Renderer setup */
g->render = render_setup(width, height);