X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;h=d2878581ed8942dba68c668cbf349083d2161557;hb=91601455766f1749465cd064b54b8158313c0d51;hp=eb0231b15b61a0becea078a19e34661e20e6e702;hpb=6460301d715f72f7247b3070a5d98c0b56cfdb67;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index eb0231b1..d2878581 100644 --- a/src/tape.h +++ b/src/tape.h @@ -22,12 +22,11 @@ #define MAX_TAPE_LEN (1000 * FRAMES_PER_SECOND) // max.time x fps // values for tape mouse actions -#define TAPE_ACTION_LX 0 -#define TAPE_ACTION_LY 1 -#define TAPE_ACTION_BUTTON 2 -#define TAPE_ACTION_UNUSED 3 +#define TAPE_ACTION_LX (MAX_PLAYERS + 0) +#define TAPE_ACTION_LY (MAX_PLAYERS + 1) +#define TAPE_ACTION_BUTTON (MAX_PLAYERS + 2) -#define MAX_TAPE_ACTIONS 4 +#define MAX_TAPE_ACTIONS (MAX_PLAYERS + 3) // values for tape action events stored in tape file #define TAPE_EVENTS_KEYS_ONLY 0