aboutsummaryrefslogtreecommitdiff
path: root/internal/game/game.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/game.go')
-rw-r--r--internal/game/game.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/game.go b/internal/game/game.go
index 50c8f3d..0675a13 100644
--- a/internal/game/game.go
+++ b/internal/game/game.go
@@ -28,6 +28,7 @@ type Game struct {
charsMu sync.Mutex
loggedInChars map[string]*net.Session
combatPadWidth int
+ MapWidth int
}
func New(dataDir string) *Game {