summaryrefslogtreecommitdiff
path: root/map_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'map_data.c')
-rw-r--r--map_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/map_data.c b/map_data.c
index e673de8..9d3de7d 100644
--- a/map_data.c
+++ b/map_data.c
@@ -2,7 +2,7 @@ struct {
int ftx, fty;
int ttx, tty;
} telemap[] = {
- { 10, 5, 131, 3 },
- { 138, 6, 3, 4 },
+ { 60, 27, 9, 64 },
+ { 61, 105, 93, 60 },
};
int telemapsize = sizeof telemap / sizeof telemap[0];