summaryrefslogtreecommitdiff
path: root/inc/Character.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Character.hpp')
-rw-r--r--inc/Character.hpp2
1 files changed, 1 insertions, 1 deletions
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;