From 8076d0b37b4865f3728c98c7163239b12c3f0da8 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 3 Apr 2004 13:33:10 +0200 Subject: [PATCH] rnd-20040403-1-src --- src/conftime.h | 2 +- src/game.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/conftime.h b/src/conftime.h index bbe1253a..b376951c 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2004-04-02 08:58]" +#define COMPILE_DATE_STRING "[2004-04-02 22:19]" diff --git a/src/game.c b/src/game.c index a19a1a86..55647aad 100644 --- a/src/game.c +++ b/src/game.c @@ -10934,6 +10934,9 @@ int DigField(struct PlayerInfo *player, } else if (IS_SWITCHABLE(element)) { + + printf("::: SWITCH!\n"); + if (PLAYER_SWITCHING(player, x, y)) return MF_ACTION; -- 2.34.1