Added curly braces around an #ifdef NEWTRANSFORM.

Needed when NEWTRANSFORM was not defined.
This commit is contained in:
Stephen Swaney
2005-03-19 13:26:03 +00:00
parent a2ed880c9f
commit c87eb1d628

View File

@@ -1555,10 +1555,11 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
transform('s'); transform('s');
#endif #endif
} }
else if(G.qual==(LR_SHIFTKEY|LR_CTRLKEY)) else if(G.qual==(LR_SHIFTKEY|LR_CTRLKEY)){
#ifdef NEWTRANSFORM #ifdef NEWTRANSFORM
Transform(TFM_TOSPHERE); Transform(TFM_TOSPHERE);
#endif #endif
}
} }
else if(G.qual==LR_ALTKEY) { else if(G.qual==LR_ALTKEY) {