From: Holger Schemel Date: Sun, 6 Oct 2024 08:51:10 +0000 (+0200) Subject: added BD style gems to automatically counted elements in editor X-Git-Tag: 4.4.0.0-test-4~155 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=3d983d5b38ee912992c41cec679a4cd31b6cbc2b;p=rocksndiamonds.git added BD style gems to automatically counted elements in editor --- diff --git a/src/editor.c b/src/editor.c index f1f98983..43511df6 100644 --- a/src/editor.c +++ b/src/editor.c @@ -12741,12 +12741,19 @@ static void SetAutomaticNumberOfGemsNeeded(void) case EL_EMERALD_PURPLE: case EL_BD_DIAMOND: case EL_BDX_DIAMOND: + case EL_BDX_DIAMOND_FALLING: + case EL_BDX_TRAPPED_DIAMOND: + case EL_BDX_FLYING_DIAMOND: + case EL_BDX_FLYING_DIAMOND_FLYING: case EL_WALL_EMERALD: case EL_WALL_EMERALD_YELLOW: case EL_WALL_EMERALD_RED: case EL_WALL_EMERALD_PURPLE: case EL_WALL_BD_DIAMOND: + case EL_BDX_WALL_DIAMOND: case EL_NUT: + case EL_BDX_NUT: + case EL_BDX_NUT_FALLING: case EL_SP_INFOTRON: case EL_MM_KETTLE: case EL_DF_CELL: