From 2c81361cc9d61dcf5050268157b3e7e92043b740 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 10 Feb 2021 18:18:47 -0500 Subject: loadMap requires a direction now, so party trails are set up correctly --- src/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index bb88dec..84114ca 100644 --- a/src/game.h +++ b/src/game.h @@ -73,7 +73,7 @@ public: }); } - void loadMap(std::string filename, std::string warpPoint); + void loadMap(std::string filename, std::string warpPoint, Direction dir); const Map& getMap() const { return *map_; } -- cgit 1.4.1