X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=0159d9bbba1b2313e9de6e0ea135ec029d4409c6;hb=40acf0838d9d6994378d727d3ce66f84b82eb417;hp=39af85ee9d9b4c7be50fd7751e5c8b8a5d045765;hpb=3d6b74cc72c61b73090a5ba01430d0c28fbec727;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 39af85ee..0159d9bb 100644 --- a/src/tools.c +++ b/src/tools.c @@ -878,7 +878,9 @@ void DrawPlayer(struct PlayerInfo *player) else if (player_is_moving && IS_ACCESSIBLE_UNDER(last_element)) DrawLevelFieldThruMask(last_jx, last_jy); -#if 1 +#if 0 + /* !!! I have forgotton what this should be good for !!! */ + /* !!! causes player being visible when pushing from within tubes !!! */ if (!player->is_pushing) #endif {