From 9573da8c005e8e0d2053ef1af1bc6740fbd15829 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Wed, 22 Feb 2017 19:38:57 +0100 Subject: [PATCH] added Mirror Magic game engine to level editor --- src/editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor.c b/src/editor.c index 63387347..65b0ce2b 100644 --- a/src/editor.c +++ b/src/editor.c @@ -1618,6 +1618,7 @@ static struct ValueTextInfo options_game_engine_type[] = { GAME_ENGINE_TYPE_RND, "Rocks'n'Diamonds" }, { GAME_ENGINE_TYPE_EM, "Emerald Mine" }, { GAME_ENGINE_TYPE_SP, "Supaplex" }, + { GAME_ENGINE_TYPE_MM, "Mirror Magic" }, { -1, NULL } }; -- 2.34.1