added Mirror Magic game engine to level editor
authorHolger Schemel <info@artsoft.org>
Wed, 22 Feb 2017 18:38:57 +0000 (19:38 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 23 Mar 2018 22:21:09 +0000 (23:21 +0100)
src/editor.c

index 6338734733b0ea65a74856e13b654570a0eb090b..65b0ce2b0deb2927080e2933d6399c1abf876837 100644 (file)
@@ -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                            }
 };