diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/Character.hpp | 2 |
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; |