X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.h;h=f226f420ed88656e4a54695af543d2338f0d6f13;hb=dcfdc42ed1d7bc931b62ee9639af893858889219;hp=c8b1d8b83c7b828ee4a12caefd1f8a5db7ae900a;hpb=2dbe35f19dc4c98e2f67a1b5d71cc848393576dc;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.h b/src/game_mm/mm_tools.h index c8b1d8b8..f226f420 100644 --- a/src/game_mm/mm_tools.h +++ b/src/game_mm/mm_tools.h @@ -105,7 +105,8 @@ int get_element_phase(int); int get_num_elements(int); int get_rotated_element(int, int); -int unmap_element(int); +int map_wall_from_base_element(int); +int map_wall_to_base_element(int); int el2gfx(int); int el_act2gfx(int, int);