X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=8fa52676a277cb5aec9b7700206a81081e1fb78d;hb=6e1c81b564b748d54aadb2a79235c8fbe3483677;hp=3bed979da4aaff0c642f24bc6e27b1e6883048cf;hpb=6b8725835d5397aadb73411c6f48b5f861256181;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 3bed979d..8fa52676 100644 --- a/src/editor.c +++ b/src/editor.c @@ -1794,6 +1794,7 @@ static struct ValueTextInfo options_time_score_base[] = static struct ValueTextInfo options_game_engine_type[] = { { GAME_ENGINE_TYPE_RND, "Rocks'n'Diamonds" }, + { GAME_ENGINE_TYPE_BD, "Boulder Dash" }, { GAME_ENGINE_TYPE_EM, "Emerald Mine" }, { GAME_ENGINE_TYPE_SP, "Supaplex" }, { GAME_ENGINE_TYPE_MM, "Mirror Magic" },