about summary refs log tree commit diff stats
path: root/cpp/011load.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-04 10:31:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-04 10:31:52 -0700
commitde49fb426aa44984d308f5856ec836360ba0bdce (patch)
tree5522203f99d3d387439c4cd0385e0375ccd8ed0d /cpp/011load.cc
parenta11d9c4a3375906bf8ae1117c6043776d2f08d17 (diff)
downloadmu-de49fb426aa44984d308f5856ec836360ba0bdce.tar.gz
1248 - syntax for using screens in scenarios
Still ugly as hell.
Diffstat (limited to 'cpp/011load.cc')
-rw-r--r--cpp/011load.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/011load.cc b/cpp/011load.cc
index 3308863e..cee2c493 100644
--- a/cpp/011load.cc
+++ b/cpp/011load.cc
@@ -62,6 +62,7 @@ recipe_number add_recipe(istream& in) {
 
   instruction curr;
   while (next_instruction(in, &curr)) {
+    // End Rewrite Instruction(curr)
 //?     if (!curr.products.empty()) cout << curr.products[0].to_string() << '\n'; //? 1
     Recipe[r].steps.push_back(curr);
   }