X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=6c6ea57bf46c6cf36fb6d1b791ecd60f26af5d9a;hb=ad15815ec04f42779d0717a6d291f93b8e847d39;hp=01209d95e53d733ace1fc96e2070d4a10b789f4b;hpb=0f40b41943c6442963b3677ce3d18d1f04c61605;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 01209d95..6c6ea57b 100644 --- a/src/game.h +++ b/src/game.h @@ -95,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();