From: Holger Schemel Date: Wed, 25 Mar 2015 17:44:14 +0000 (+0100) Subject: changed saving engine snapshots also being allowed from editor X-Git-Tag: 4.0.0.0-rc1~228 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=05957f807db2ca72144aff82c8240357e47420a5;hp=4b722be68436ced0b7bb3eff61ed14d6c66df949 changed saving engine snapshots also being allowed from editor --- diff --git a/src/game.c b/src/game.c index 63eb9411..e7a139f4 100644 --- a/src/game.c +++ b/src/game.c @@ -14610,10 +14610,6 @@ ListNode *SaveEngineSnapshotBuffers() { ListNode *buffers = NULL; - /* do not save snapshots from editor */ - if (level_editor_test_game) - return NULL; - /* copy some special values to a structure better suited for the snapshot */ if (level.game_engine_type == GAME_ENGINE_TYPE_RND)