X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=20b8e89af99bd53e7b7ce3072faf0ee0abce8b88;hb=0c27626bae90cb1eeea4939de0130a49b9aac507;hp=8e33f098209ecf14cde3865631260073dd779173;hpb=cc17a49a1a63c1df0e55a5afd510698e21b71dfe;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 8e33f098..20b8e89a 100644 --- a/src/game.h +++ b/src/game.h @@ -16,6 +16,19 @@ #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_ROBOT 5 +#define SC_PACMAN 6 +#define SC_KOKOSNUSS 7 +#define SC_DYNAMIT 8 +#define SC_SCHLUESSEL 9 +#define SC_ZEITBONUS 10 + void GetPlayerConfig(void); void InitGame(void); void InitMovDir(int, int);