From 3de55ef5f11cb14217c5db98d5e21089cc142549 Mon Sep 17 00:00:00 2001 From: GroundLlama Date: Sun, 2 Mar 2014 19:33:11 -0800 Subject: [PATCH] Update ship.cpp Eachother -> Eachother --- ship.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;