From 4c50cb6b322368a89feef13efa091c765c966e5b Mon Sep 17 00:00:00 2001 From: tom Date: Sun, 22 Nov 2015 19:56:45 -0600 Subject: small changes --- 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 9773762..1a7dcdd 100644 --- a/inc/Character.hpp +++ b/inc/Character.hpp @@ -14,7 +14,7 @@ class Character Character(char nSymbol, int nColor, Location L); void move(Location L){l=L;} void draw(WINDOW * w); - Location action(vector men); + void action(vector men); bool check(Location L, vector men); Location getLocation(){return l;} char getSymbol(){return symbol;} -- cgit v1.2.3