about summary refs log tree commit diff stats
path: root/html/010vm.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/010vm.cc.html')
-rw-r--r--html/010vm.cc.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/010vm.cc.html b/html/010vm.cc.html
index e539a833..3955c7cd 100644
--- a/html/010vm.cc.html
+++ b/html/010vm.cc.html
@@ -278,6 +278,10 @@ restore_snapshots<span class="Delimiter">();</span>
 <span class="Normal">void</span> restore_snapshots<span class="Delimiter">()</span> <span class="Delimiter">{</span>
   Recipe = Recipe_snapshot<span class="Delimiter">;</span>
   Recipe_ordinal = Recipe_ordinal_snapshot<span class="Delimiter">;</span>
+  restore_non_recipe_snapshots<span class="Delimiter">();</span>
+<span class="Delimiter">}</span>
+<span class="Comment">// when running sandboxes in the edit/ app we'll want to restore everything except recipes defined in the app</span>
+<span class="Normal">void</span> restore_non_recipe_snapshots<span class="Delimiter">()</span> <span class="Delimiter">{</span>
   Type_ordinal = Type_ordinal_snapshot<span class="Delimiter">;</span>
   Type = Type_snapshot<span class="Delimiter">;</span>
   <span class="Comment">// End restore_snapshots</span>