Release 0.96

master
Kasi 2018-09-24 01:12:44 +01:00
parent 41f14d7318
commit 1fdf0356dc
3 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ class Debug
static void ShowConsole(); static void ShowConsole();
static void HideConsole(); static void HideConsole();
static void SetVerbose(bool Toggle); static void SetVerbose(bool Toggle);
static void EnableInput();
static void DisableInput();
}; };

View File

@ -75,7 +75,7 @@ class Minimap
static bool ClickTile(const Tile& T, std::int32_t Random = 5); static bool ClickTile(const Tile& T, std::int32_t Random = 5);
static bool WalkPath(const std::vector<Tile> Path, std::int32_t Distance, std::int32_t Random); static bool WalkPath(const std::vector<Tile>& Path, std::int32_t Distance, std::int32_t Random);
static bool IsReachable(const Tile& T); static bool IsReachable(const Tile& T);

Binary file not shown.