summaryrefslogtreecommitdiffstats
path: root/Room.h
diff options
context:
space:
mode:
Diffstat (limited to 'Room.h')
-rw-r--r--Room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Room.h b/Room.h
index 18dc687..cb6ba27 100644
--- a/Room.h
+++ b/Room.h
@@ -12,7 +12,7 @@ class Room : public Polygon {
public:
Room() {height = 10;}
- Room(std::string name) {this->name = name; height= 10;}
+ Room(std::string name) {this->name = name; height = 10;}
std::string &getName() {return name;}