fixed extremely nasty bug when using level template in level editor
authorHolger Schemel <info@artsoft.org>
Thu, 23 Aug 2018 16:49:30 +0000 (18:49 +0200)
committerHolger Schemel <info@artsoft.org>
Thu, 23 Aug 2018 16:49:30 +0000 (18:49 +0200)
commit8777c301e669a06b13a824a238f5310341d5a049
tree959f26eb3ce6d39b367ab257b51904294ff3daf0
parent457283149872e45280a6a7f0ee1dcb604ed43da2
fixed extremely nasty bug when using level template in level editor

When checking the checkbox "use template for custom elements" on the
"editor" tab on the level properties page, the playfield area was
replaced with a "broken" level, caused by horrible bugs in the level
initialization function "setLevelInfoToDefaults_MM()". Fixed now.

This bug was introduced with the MM game engine in version 4.1.0.0.
src/game_mm/mm_files.c