X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=globals.h;h=3fb2a05ee160acc64d2ad24fa208a8c1fcaf6031;hp=e6b19050e85dc411d0d9fba9aca0bcc7edbbe527;hb=7f2544faabec18fdeb7da3126fc7c842f06c1d43;hpb=4461dfec6f8f09b43ec9719523d14978d82bd124 diff --git a/globals.h b/globals.h index e6b1905..3fb2a05 100644 --- a/globals.h +++ b/globals.h @@ -62,7 +62,7 @@ extern float shipx,shipy; // X position, 0..XSIZE extern float shipdx,shipdy; // Change in X position per tick. extern float screendx, screendy; extern float xscroll, yscroll; -extern float gamerate; // this controls the speed of everything that moves. +extern float framelen; // this controls the speed of everything that moves. extern float yscroll; extern float scrollvel;