X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.c;h=e7a139f45989aeef4e7baf5c25bea8c190fe5baf;hp=63eb94115bb5224ca532217187b45d973b69041a;hb=05957f807db2ca72144aff82c8240357e47420a5;hpb=4b722be68436ced0b7bb3eff61ed14d6c66df949 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)