From 104d23d1e4949fe01038f4a2fd706acf163b55c9 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Fri, 3 Apr 2026 17:52:45 +0300 Subject: Remove DRAW_MAP_OFFSET_[XY] --- config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h') 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_ */ -- cgit v1.2.3