summaryrefslogtreecommitdiff
path: root/engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'engine.c')
-rw-r--r--engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine.c b/engine.c
index 4114b0f..5188fbd 100644
--- a/engine.c
+++ b/engine.c
@@ -246,7 +246,7 @@ engine_handle_point(LPoint * p, uint32_t monotime)
246 StringConfig *s;; 246 StringConfig *s;;
247 int dist_max = 1024 * 1024 * 8; 247 int dist_max = 1024 * 1024 * 8;
248 int offs, saite = -1, i, oct = 0; 248 int offs, saite = -1, i, oct = 0;
249 int y_viewfield, pitch_factor = 256*128; 249 int y_viewfield, pitch_factor = g_pitch_factor;
250 int dv, dt, speed, new_pitch; 250 int dv, dt, speed, new_pitch;
251 251
252#ifndef NO_DISPLAY 252#ifndef NO_DISPLAY