X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=main.c;h=5341e289c380fef401b7b141549083d20ab2060a;hp=f2c41145239f5e76d06f4d9da1685a9de16b7539;hb=7e7335ed9dcf2b1484543fec9bfa196bdc658fd5;hpb=6f387565c4a8faed189e327b5102d05debf79163 diff --git a/main.c b/main.c index f2c4114..5341e28 100644 --- a/main.c +++ b/main.c @@ -745,7 +745,7 @@ draw() { movementrate = 0; } else { - movementrate = ticks_since_last/50.0; + movementrate = GAMESPEED*ticks_since_last/50.0; if(state == GAMEPLAY) { score += ticks_since_last; }