X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=putt%2Fgame.h;h=ce7356df913e8f64e6a5a8592a19e02d037f5c5a;hb=a4674d61b952522a752dea8362d16e8a46d02d85;hp=a309f65dc9ba002d7b81f7490db7e868be67eafa;hpb=c6d6c9e34bdbdc6e4d9e922130f8a8b0f3a0d20a;p=neverball diff --git a/putt/game.h b/putt/game.h index a309f65..ce7356d 100644 --- a/putt/game.h +++ b/putt/game.h @@ -23,7 +23,8 @@ /*---------------------------------------------------------------------------*/ -#define MAX_DT 0.01666666 /* Maximum physics update cycle */ +#define MIN_DT 0.01000000 /* Minimum physics update cycle */ +#define MAX_DT 0.02000000 /* Maximum physics update cycle */ #define MAX_DN 16 /* Maximum subdivisions of dt */ #define FOV 50.00f /* Field of view */ #define RESPONSE 0.05f /* Input smoothing time */