X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=67bb1795a766b963738122a3bf1d9c96fe172b9d;hb=d4c19f2f629758803f62f52809c889052ddf3ccf;hp=d358aed5203ec88473f5668dc6e45c16656c804b;hpb=e8bfe523ee2136ad29a1c3534142883540e29e35;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index d358aed5..67bb1795 100644 --- a/src/tools.c +++ b/src/tools.c @@ -8267,6 +8267,11 @@ int getBeltSwitchElementFromBeltNrAndBeltDir(int belt_nr, int belt_dir) return getBeltSwitchElementFromBeltNrAndBeltDirNr(belt_nr, belt_dir_nr); } +boolean swapTiles_EM(boolean is_pre_emc_cave) +{ + return is_pre_emc_cave && leveldir_current->use_emc_tiles; +} + boolean getTeamMode_EM(void) { return game.team_mode || network_playing;