X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=6c6ea57bf46c6cf36fb6d1b791ecd60f26af5d9a;hb=f4afcfc617fe36ce18d3509ef20d90b0db271bea;hp=edbddd4d28871071b4bc583ef4f79533e01ef408;hpb=5ae04ac2ef54f6f164a797c16c9782042cc2ce67;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index edbddd4d..6c6ea57b 100644 --- a/src/game.h +++ b/src/game.h @@ -28,6 +28,9 @@ #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); @@ -92,7 +95,7 @@ void BuryHero(struct PlayerInfo *); void RemoveHero(struct PlayerInfo *); int DigField(struct PlayerInfo *, int, int, int, int, int); boolean SnapField(struct PlayerInfo *, int, int); -boolean PlaceBomb(struct PlayerInfo *); +boolean DropElement(struct PlayerInfo *); void InitPlaySoundLevel();