From 028c06b452f45df329116c0d0017ad2cd8ee2acc Mon Sep 17 00:00:00 2001 From: olpc user Date: Sun, 5 Jan 2020 09:21:51 -0800 Subject: working on bugs --- starts/meaning-vm/level-2/funcs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starts/meaning-vm/level-2/funcs.cpp') diff --git a/starts/meaning-vm/level-2/funcs.cpp b/starts/meaning-vm/level-2/funcs.cpp index c5e1dd5..70e4c53 100644 --- a/starts/meaning-vm/level-2/funcs.cpp +++ b/starts/meaning-vm/level-2/funcs.cpp @@ -65,7 +65,7 @@ ref makehabitinformationorder(ref habit) // i'm guessing part of the meaning of laughter is spreading learning around something being relevent to deprioritize in emergencies, but useful to learn from when bored. ref order = makeconcept(); - ref last = habit; + ref last = habit.get("information-needed"); while (last.linked("next-information")) { last = last.get("next-information"); order.link("information-order", last.get("information")); -- cgit v1.2.3