Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ship.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down