aboutsummaryrefslogtreecommitdiff
path: root/cmd/mud
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mud')
-rw-r--r--cmd/mud/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/mud/main.go b/cmd/mud/main.go
index e3e3d32..161392c 100644
--- a/cmd/mud/main.go
+++ b/cmd/mud/main.go
@@ -34,6 +34,7 @@ func main() {
}
g := game.New(dataDir)
+ g.MapWidth = cfg.Game.MaxWidth
g.Ticks.Start()
defer g.Ticks.Stop()