From 05957f807db2ca72144aff82c8240357e47420a5 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Wed, 25 Mar 2015 18:44:14 +0100 Subject: [PATCH] changed saving engine snapshots also being allowed from editor --- src/game.c | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.34.1