summaryrefslogtreecommitdiffstats
path: root/Room.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-12-05 23:02:03 +0100
committerneoraider <devnull@localhost>2007-12-05 23:02:03 +0100
commitd82c597917d8ef5866c7a83d0c101f423a2ac05d (patch)
tree7df4f557e2d020de09a0d0b349960a7c81fe5853 /Room.h
parentbeb34f184adcea0f8a902f49109f9ffa7951e6ba (diff)
downloadzoomedit-d82c597917d8ef5866c7a83d0c101f423a2ac05d.tar
zoomedit-d82c597917d8ef5866c7a83d0c101f423a2ac05d.zip
zoomedit: Fixed some bugs.
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;}