From 0fb714b1a642361eebadf7d74333c20f861354d2 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 25 Nov 2015 15:36:50 -0600 Subject: fixed heuristic movement --- inc/Character.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/Character.hpp') diff --git a/inc/Character.hpp b/inc/Character.hpp index f47589a..3c88ab2 100644 --- a/inc/Character.hpp +++ b/inc/Character.hpp @@ -25,7 +25,7 @@ class Character char getSymbol(){return symbol;} private: - string order = "wander"; + string order = "move"; Location l; // current location Location d; // destination char symbol; -- cgit v1.2.3