X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=6c6ea57bf46c6cf36fb6d1b791ecd60f26af5d9a;hb=76b3cb92402127cde194888bab57397eca735220;hp=01209d95e53d733ace1fc96e2070d4a10b789f4b;hpb=ddaae9de458b7f07b05461101655a1da4c63b380;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();