X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Ftab_generate.c;h=18520cab055ba8cb274f7e7249209f2a8d348189;hb=54bec5c06ec986c0abe1bfff4ca41944dfd3c540;hp=c532f7d39cd7481242b07c630b6c0e99cf5a43d6;hpb=c734235e0757e54dfdf6645d07a76c2a0bc591ba;p=rocksndiamonds.git diff --git a/src/game_em/tab_generate.c b/src/game_em/tab_generate.c index c532f7d3..18520cab 100644 --- a/src/game_em/tab_generate.c +++ b/src/game_em/tab_generate.c @@ -22,7 +22,6 @@ int tile_blank[] = Xblank, 1, Xacid_splash_e, 1, Xacid_splash_w, 1, -#ifdef EM_ENGINE_USE_ADDITIONAL_ELEMENTS Xfake_acid_1, 1, Xfake_acid_2, 1, Xfake_acid_3, 1, @@ -31,7 +30,6 @@ int tile_blank[] = Xfake_acid_6, 1, Xfake_acid_7, 1, Xfake_acid_8, 1, -#endif TILE_MAX }; @@ -41,7 +39,6 @@ int tile_acid[] = Xblank, 1, Xacid_splash_e, 1, Xacid_splash_w, 1, -#ifdef EM_ENGINE_USE_ADDITIONAL_ELEMENTS Xfake_acid_1, 1, Xfake_acid_2, 1, Xfake_acid_3, 1, @@ -50,7 +47,6 @@ int tile_acid[] = Xfake_acid_6, 1, Xfake_acid_7, 1, Xfake_acid_8, 1, -#endif Xacid_1, 1, Xacid_2, 1, Xacid_3, 1, @@ -65,7 +61,6 @@ int tile_acid[] = /* 0=stop 1=fake_acid */ int tile_fake_acid[] = { -#ifdef EM_ENGINE_USE_ADDITIONAL_ELEMENTS Xfake_acid_1, 1, Xfake_acid_2, 1, Xfake_acid_3, 1, @@ -74,7 +69,6 @@ int tile_fake_acid[] = Xfake_acid_6, 1, Xfake_acid_7, 1, Xfake_acid_8, 1, -#endif TILE_MAX }; @@ -100,7 +94,6 @@ int tile_android_move[] = Xblank, 1, Xacid_splash_e, 1, Xacid_splash_w, 1, -#ifdef EM_ENGINE_USE_ADDITIONAL_ELEMENTS Xfake_acid_1, 1, Xfake_acid_2, 1, Xfake_acid_3, 1, @@ -109,7 +102,6 @@ int tile_android_move[] = Xfake_acid_6, 1, Xfake_acid_7, 1, Xfake_acid_8, 1, -#endif Xplant, 1, TILE_MAX };