projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb957ec
)
added Mirror Magic game engine to level editor
author
Holger Schemel
<info@artsoft.org>
Wed, 22 Feb 2017 18:38:57 +0000
(19:38 +0100)
committer
Holger Schemel
<info@artsoft.org>
Fri, 23 Mar 2018 22:21:09 +0000
(23:21 +0100)
src/editor.c
patch
|
blob
|
history
diff --git
a/src/editor.c
b/src/editor.c
index 6338734733b0ea65a74856e13b654570a0eb090b..65b0ce2b0deb2927080e2933d6399c1abf876837 100644
(file)
--- 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 }
};