From 7184cdbcab62c1eb5848dea82362d62ce6c85ef6 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 24 Mar 2024 21:32:33 +0100 Subject: [PATCH] changed element positions in level editor element palette --- src/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.c b/src/editor.c index b5bfa272..d4cab46f 100644 --- a/src/editor.c +++ b/src/editor.c @@ -5063,10 +5063,10 @@ static int editor_el_boulderdash_native[] = EL_BD_WALL_KEY_3, EL_BD_WALL_DIAMOND, + EL_BD_POT, EL_BD_GRAVITY_SWITCH, EL_BD_PNEUMATIC_HAMMER, EL_BD_TELEPORTER, - EL_BD_POT, EL_BD_PLAYER, EL_BD_PLAYER_WITH_BOMB, -- 2.34.1