1
0
Fork 0

Fixed gauge spelling error.

This commit is contained in:
curt 2001-08-07 21:19:29 +00:00
parent 1f4788fbb5
commit 26bfe067e9

View file

@ -151,7 +151,7 @@ draw( void ) // (HUD_scale * pscale )
width = scrn_rect.left + scrn_rect.right;
marker_xs = scrn_rect.left; // x start
if(type=="guage") {
if(type=="gauge") {
vmin = min_val();
vmax = max_val();