From 7d76e4299f6171909990d2ba2f1f6a2b382d9cf3 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 17 Apr 2003 11:48:15 +0200 Subject: [PATCH] rnd-20030417-2-src --- src/conftime.h | 2 +- src/main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conftime.h b/src/conftime.h index bd3d7886..bf53cc54 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2003-04-17 00:11]" +#define COMPILE_DATE_STRING "[2003-04-17 10:03]" diff --git a/src/main.h b/src/main.h index 025e1b1c..2d591075 100644 --- a/src/main.h +++ b/src/main.h @@ -205,7 +205,7 @@ #define PLAYERINFO(x,y) (&stored_player[StorePlayer[x][y]-EL_PLAYER_1]) #define SHIELD_ON(p) ((p)->shield_normal_time_left > 0) -#define PROTECTED_FIELD(x,y) (IS_WALKABLE_UNDER(Feld[x][y]) && \ +#define PROTECTED_FIELD(x,y) (IS_WALKABLE_THROUGH(Feld[x][y]) && \ IS_INDESTRUCTIBLE(Feld[x][y])) #define PLAYER_PROTECTED(x,y) (SHIELD_ON(PLAYERINFO(x, y)) || \ PROTECTED_FIELD(x, y)) -- 2.34.1