summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/sdl/progs/wolf3d/wl_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/sdl/progs/wolf3d/wl_main.c b/apps/plugins/sdl/progs/wolf3d/wl_main.c
index e78274cbac..bd164b6218 100644
--- a/apps/plugins/sdl/progs/wolf3d/wl_main.c
+++ b/apps/plugins/sdl/progs/wolf3d/wl_main.c
@@ -212,7 +212,7 @@ noconfig:
212 if (IN_JoyPresent()) 212 if (IN_JoyPresent())
213 joystickenabled = true; 213 joystickenabled = true;
214 214
215 viewsize = 19; // start with a good size 215 viewsize = 20; // start with a good size
216 mouseadjustment=5; 216 mouseadjustment=5;
217 } 217 }
218 218