rnd-20030808-5-src
[rocksndiamonds.git] / src / game.h
index 01209d95e53d733ace1fc96e2070d4a10b789f4b..6c6ea57bf46c6cf36fb6d1b791ecd60f26af5d9a 100644 (file)
@@ -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();