X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=01209d95e53d733ace1fc96e2070d4a10b789f4b;hb=0f40b41943c6442963b3677ce3d18d1f04c61605;hp=ffacbdddc1e96d1c0165d57fe892a7757a6d2395;hpb=0d0e1a63d6b14109b64805bcb1a45ddf469ba35d;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index ffacbddd..01209d95 100644 --- a/src/game.h +++ b/src/game.h @@ -17,17 +17,20 @@ #include "main.h" /* score for elements (also used by editor.c) */ -#define SC_EDELSTEIN 0 -#define SC_DIAMANT 1 -#define SC_KAEFER 2 -#define SC_FLIEGER 3 -#define SC_MAMPFER 4 +#define SC_EMERALD 0 +#define SC_DIAMOND 1 +#define SC_BUG 2 +#define SC_SPACESHIP 3 +#define SC_YAMYAM 4 #define SC_ROBOT 5 #define SC_PACMAN 6 -#define SC_KOKOSNUSS 7 -#define SC_DYNAMIT 8 -#define SC_SCHLUESSEL 9 -#define SC_ZEITBONUS 10 +#define SC_NUT 7 +#define SC_DYNAMITE 8 +#define SC_KEY 9 +#define SC_TIME_BONUS 10 +#define SC_CRYSTAL 11 +#define SC_PEARL 12 +#define SC_SHIELD 13 void GetPlayerConfig(void); void DrawGameDoorValues(void);