small commit

This commit is contained in:
2015-08-22 06:55:28 -07:00
parent d8a198bff9
commit 47fee51b08
3 changed files with 12 additions and 11 deletions

View File

@@ -75,5 +75,6 @@ bool Explorer::move() {
// A*
bool Explorer::plan(sf::Vector2i destination_) {
return true;
}