rnd-20030417-2-src
authorHolger Schemel <info@artsoft.org>
Thu, 17 Apr 2003 09:48:15 +0000 (11:48 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:41:17 +0000 (10:41 +0200)
src/conftime.h
src/main.h

index bd3d788642061dd45d9856aa88a9b7d765e5b1df..bf53cc5405e7f6d9ae10b91c4aa031e183c2e030 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "[2003-04-17 00:11]"
+#define COMPILE_DATE_STRING "[2003-04-17 10:03]"
index 025e1b1c5f9266982a72c957449fe6a11543cc65..2d5910757ccec644e94ab7e673cb12adbacf178f 100644 (file)
 
 #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))