X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fmoving.c;h=c02f1c4c63ab234eae9eac9be8e5b17ecdb37da6;hp=3ed56a4d8517f9d184360f1406db377749cfaf04;hb=c94108fede4723af905386473f6435467e96e630;hpb=2ea1ffb97cc0cdb13d8f4d42547a4e15245adfb2 diff --git a/src/moving.c b/src/moving.c index 3ed56a4..c02f1c4 100644 --- a/src/moving.c +++ b/src/moving.c @@ -9,7 +9,8 @@ void imove(void) { double angle, deltax, deltay, bigger, x, y, finald, stopegy, probf; - int n, m, kink, kinks, iquad; + int n, m, kink, kinks; + feature iquad; coord w, final; bool trbeam = false;