- Changing screen resolution now adjusts the automap scale to be constant

relative to screen resolution.


SVN r1549 (trunk)
This commit is contained in:
Randy Heit 2009-04-16 03:02:08 +00:00
commit dcedad548b
4 changed files with 34 additions and 11 deletions

View file

@ -540,6 +540,7 @@ void D_Display ()
C_NewModeAdjust ();
// Reload crosshair if transitioned to a different size
crosshair.Callback ();
AM_NewResolution ();
}
}