X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame.h;h=ba51836515b64bcb36dda560b81aa80201a53fb8;hb=4d331e6a8db3d4b6f1006a70a0fad6f02323c9b9;hp=8a402dccb68ceea793e7f87e58138e15f6de89c4;hpb=ac0b7706bf6edba12ba74f9962ff2e617f9ad41a;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 8a402dcc..ba518365 100644 --- a/src/game.h +++ b/src/game.h @@ -72,7 +72,6 @@ void TestIfBadThingTouchesOtherBadThing(int, int); void KillHero(struct PlayerInfo *); void BuryHero(struct PlayerInfo *); void RemoveHero(struct PlayerInfo *); -int DigField(struct PlayerInfo *, int, int, int, int, int); boolean SnapField(struct PlayerInfo *, int, int); boolean DropElement(struct PlayerInfo *);