fix: compiler warnings

This commit is contained in:
2021-09-02 10:48:14 +02:00
parent fe86bffc2e
commit 04d1e3c0bf
22 changed files with 74 additions and 79 deletions

View File

@@ -27,7 +27,7 @@ enum class TowerSize : bool{
};
enum class TowerPath : std::uint8_t{
Top = 1, // Base path
Top = 0, // Base path
Bottom
};