X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=d4e2bc8e8015cde39b646a1587ed700c69fd5639;hb=a74e63d538386ee5de073a48fc2aea6b5ed2c5ce;hp=7c9020702bf6c9aa3d99ca61f41b597a45aa983d;hpb=96c47c30116d9306216622ae7f5e8f4583cc3dbc;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 7c902070..d4e2bc8e 100644 --- a/src/editor.c +++ b/src/editor.c @@ -4713,7 +4713,12 @@ static int editor_el_deflektor[] = EL_DF_STEEL_WALL, EL_DF_WOODEN_WALL, EL_DF_REFRACTOR, - EL_DF_MINE + EL_DF_MINE, + + EL_DF_SLOPE_1, + EL_DF_SLOPE_2, + EL_DF_SLOPE_3, + EL_DF_SLOPE_4 }; static int *editor_hl_deflektor_ptr = editor_hl_deflektor; static int *editor_el_deflektor_ptr = editor_el_deflektor; @@ -11702,6 +11707,12 @@ static void SetElementIntelliDraw(int x, int y, int dx, int dy, int new_element, EL_DF_RECEIVER_DOWN, EL_DF_RECEIVER_LEFT }, + { + EL_DF_SLOPE_1, + EL_DF_SLOPE_4, + EL_DF_SLOPE_3, + EL_DF_SLOPE_2 + }, { -1,