diff options
Diffstat (limited to 'cpp/026new')
-rw-r--r-- | cpp/026new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/026new b/cpp/026new index e541d923..ee1fd2c5 100644 --- a/cpp/026new +++ b/cpp/026new @@ -37,7 +37,7 @@ if (inst.operation == Recipe_number["new"]) { :(before "End Globals") // Operator to look at elements of arrays. -const int NEW = 24; +const int NEW = 30; :(before "End Primitive Recipe Numbers") Recipe_number["new"] = NEW; assert(Next_recipe_number == NEW); |