about summary refs log tree commit diff stats
path: root/059shape_shifting_recipe.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-11 17:42:20 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-11 17:42:20 -0800
commit712b442fab487fcb8064f4744ff974c024109380 (patch)
treeb7a8a69cfcfbd0d4a2bfd12fa07fef1149929e43 /059shape_shifting_recipe.cc
parent1679c5d945b52e25a81adc18a6dc3abffed76991 (diff)
downloadmu-712b442fab487fcb8064f4744ff974c024109380.tar.gz
2648
Diffstat (limited to '059shape_shifting_recipe.cc')
-rw-r--r--059shape_shifting_recipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/059shape_shifting_recipe.cc b/059shape_shifting_recipe.cc
index dbc7de2b..ed6d66b7 100644
--- a/059shape_shifting_recipe.cc
+++ b/059shape_shifting_recipe.cc
@@ -63,7 +63,7 @@ Recently_added_shape_shifting_recipes.clear();
 :(before "End recipe Fields")
 string original_name;
 //: original name is only set during load
-:(before "End Recipe Refinements")
+:(before "End Load Recipe Name")
 result.original_name = result.name;
 
 :(after "Static Dispatch Phase 2")