%g is no good :/
menu.c screen.c:
	float -> int cleanup for scr_viewsize
vid_glx.c:
	remove unused vid_mode cvar
This commit is contained in:
Bill Currie 2000-10-21 21:08:04 +00:00
parent 0e950c65f5
commit 499eaa2a7d
5 changed files with 4 additions and 7 deletions

View file

@ -507,7 +507,7 @@ void M_Options_Draw (void)
M_Print (16, 48, " Reset to defaults");
M_Print (16, 56, " Screen size");
r = (scr_viewsize->int_val - 30) / (120 - 30);
r = (scr_viewsize->int_val - 30) / (120.0 - 30.0);
M_DrawSlider (220, 56, r);
M_Print (16, 64, " Brightness");