Plane: fixed build warning

This commit is contained in:
Andrew Tridgell 2014-08-08 13:54:05 +10:00
parent 144dcb4552
commit e22ab50b16

View File

@ -451,5 +451,7 @@ static float lookahead_adjustment(void)
// constrain lookahead to a reasonable limit
return constrain_float(lookahead, 0, 1000.0f);
#else
return 0;
#endif
}