aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-03 17:52:45 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-03 17:52:45 +0300
commit104d23d1e4949fe01038f4a2fd706acf163b55c9 (patch)
tree2d04966fe2155b5b845b53680b05ae84d6283b05 /config.h
parent0dd0adf9547758381573caa6a7d485415fafb33d (diff)
downloadastar-104d23d1e4949fe01038f4a2fd706acf163b55c9.tar.xz
Remove DRAW_MAP_OFFSET_[XY]
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h b/config.h
index 463d325..28599a0 100644
--- a/config.h
+++ b/config.h
@@ -18,7 +18,4 @@
#define CURSOR_CHAR_1 '<'
#define CURSOR_CHAR_2 '>'
-#define DRAW_MAP_OFFSET_X 2
-#define DRAW_MAP_OFFSET_Y 1
-
#endif /*CONFIG_H_ */