X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_game.h;h=682d8aabcbdfa1873ba574ea0fb5dceeab67c220;hp=845968207026ad82822f777f53b4c4c90838a3aa;hb=b903ee03857c26c3816a37b4c7c858c24250a7ef;hpb=cbb59760b8dc2b89395a41c1dd56f8a3d5ec1478 diff --git a/src/game_mm/mm_game.h b/src/game_mm/mm_game.h index 84596820..682d8aab 100644 --- a/src/game_mm/mm_game.h +++ b/src/game_mm/mm_game.h @@ -15,20 +15,6 @@ #include "main_mm.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_KEY 9 -#define SC_ZEITBONUS 10 - - void InitAmoebaNr(int, int); void GameWon_MM(void); int NewHiScore_MM(void);