aboutsummaryrefslogtreecommitdiff
path: root/src/houses.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/houses.cc')
-rw-r--r--src/houses.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/houses.cc b/src/houses.cc
index a26ffbf..84c9634 100644
--- a/src/houses.cc
+++ b/src/houses.cc
@@ -36,7 +36,7 @@ THouse::THouse(void) : Subowner(0, 4, 5), Guest(0, 9, 10) {
this->CenterY = 0;
this->CenterZ = 0;
this->OwnerID = 0;
- this->OwnerName[30] = 0;
+ this->OwnerName[0] = 0;
this->LastTransition = 0;
this->PaidUntil = 0;
this->Subowners = 0;