changed saving engine snapshots also being allowed from editor
[rocksndiamonds.git] / src / game.c
index 63eb94115bb5224ca532217187b45d973b69041a..e7a139f45989aeef4e7baf5c25bea8c190fe5baf 100644 (file)
@@ -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)