aboutsummaryrefslogtreecommitdiff
path: root/internal/world
diff options
context:
space:
mode:
Diffstat (limited to 'internal/world')
-rw-r--r--internal/world/room.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/world/room.go b/internal/world/room.go
index 9226a16..752ec41 100644
--- a/internal/world/room.go
+++ b/internal/world/room.go
@@ -67,7 +67,6 @@ type Room struct {
ID int `yaml:"id"`
Name string `yaml:"name"`
Description string `yaml:"description"`
- MapSymbol string `yaml:"map_symbol"`
Exits map[ExitDir]ExitDef `yaml:"exits"`
Objects []RoomObject `yaml:"objects"`
ItemSpawns []SpawnDef `yaml:"item_spawns"`