diff --git a/ship.cpp b/ship.cpp index 510d114..8c35051 100644 --- a/ship.cpp +++ b/ship.cpp @@ -34,7 +34,7 @@ Ship::Ship(bool serv){ if(j == i){ continue; } - //Check if the rooms are inside eachother + //Check if the rooms are inside each other if(room1.intersects(room2)){ roomList[j].rndRoom(); recheck = true;