X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=f6a456e977ad92097b25f922c80069cbf9af9664;hb=29fc833ae1b5e46a429a9fa82098e8ad94f6f400;hp=12d5ea2398ec471420627234ed5e6f1a1c0f4c1c;hpb=ddcffe00ce77278eeb312fa6155822faa6c06451;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 12d5ea23..f6a456e9 100644 --- a/src/main.h +++ b/src/main.h @@ -784,8 +784,11 @@ #define GFX_ARG_GLOBAL_SYNC 19 #define GFX_ARG_STEP_OFFSET 20 #define GFX_ARG_STEP_DELAY 21 +#define GFX_ARG_DIRECTION 22 +#define GFX_ARG_POSITION 23 +#define GFX_ARG_NAME 24 -#define NUM_GFX_ARGS 22 +#define NUM_GFX_ARGS 25 /* values for sound configuration suffixes */ @@ -1002,6 +1005,8 @@ struct GlobalInfo char *autoplay_leveldir; int autoplay_level_nr; + int num_toons; + float frames_per_second; boolean fps_slowdown; int fps_slowdown_factor;