aboutsummaryrefslogtreecommitdiff
path: root/cmd/thoi
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/thoi')
-rw-r--r--cmd/thoi/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/thoi/main.go b/cmd/thoi/main.go
index 27b32f4..929a83d 100644
--- a/cmd/thoi/main.go
+++ b/cmd/thoi/main.go
@@ -41,7 +41,7 @@ func main() {
behavior.ShopDefaultRestock = cfg.GameConstants.ShopDefaultRestock
}
- g := game.New(dataDir, &cfg.DefaultColors, cfg.StartupValidation, cfg.StartingRoom)
+ g := game.New(dataDir, &cfg.DefaultColors, &cfg.ConstantColors, cfg.StartupValidation, cfg.StartingRoom)
g.Ticks.Start(cfg.TickLength)
defer g.Ticks.Stop()