X-Git-Url: https://ruin.nu/git/graph/stats/%3CTMPL_VAR%20NAME=Coords%3E?a=blobdiff_plain;f=planner.cpp;h=a15028e29a3175e8fa316e2e6e6a37e2dc41194f;hb=09f6dfa65b66103c27dc831271d961de9ab0109e;hp=463049473fe16ce62ac9207bce287f270867da0b;hpb=498b277372ebab0008b97399d387285b36d88826;p=popboot.git diff --git a/planner.cpp b/planner.cpp index 4630494..a15028e 100644 --- a/planner.cpp +++ b/planner.cpp @@ -61,5 +61,5 @@ void Planner::addNode(Node* node){ void Planner::execute(){ - _start->execute(); + _start->execute(literals()); }