disable 2D radar if vid.fixed_yz or straightDownSeek

This commit is contained in:
Zeno Rogue 2019-05-13 15:32:20 +02:00
parent b85f6e66b1
commit 2c7cf9704f
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ bool nofps = false;
void draw_radar(bool cornermode) {
bool d3 = WDIM == 3;
bool d3 = WDIM == 3 || straightDownSeek || vid.fixed_yz;
dynamicval<eGeometry> g(geometry, gEuclid);
dynamicval<eModel> pm(pmodel, mdUnchanged);