fix: compiler warnings
This commit is contained in:
@@ -27,7 +27,7 @@ enum class TowerSize : bool{
|
||||
};
|
||||
|
||||
enum class TowerPath : std::uint8_t{
|
||||
Top = 1, // Base path
|
||||
Top = 0, // Base path
|
||||
Bottom
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user