about summary refs log tree commit diff stats
path: root/072scenario_screen.cc
diff options
context:
space:
mode:
Diffstat (limited to '072scenario_screen.cc')
-rw-r--r--072scenario_screen.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/072scenario_screen.cc b/072scenario_screen.cc
index 66febddc..b529a4fc 100644
--- a/072scenario_screen.cc
+++ b/072scenario_screen.cc
@@ -134,6 +134,7 @@ Name[tmp_recipe.at(0)]["screen"] = SCREEN;
 //? cout << "before: " << curr.to_string() << '\n'; //? 1
 if (curr.name == "assume-screen") {
   curr.operation = Recipe_number["new-fake-screen"];
+  curr.name = "new-fake-screen";
   assert(curr.operation);
   assert(curr.products.empty());
   curr.products.push_back(reagent("screen:address"));