summaryrefslogtreecommitdiff
path: root/src/save_failed_screen.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-12-29 13:48:52 -0800
committerYamaArashi <shadow962@live.com>2016-12-29 13:50:44 -0800
commit97aecd23b88060691bbfb7fcb36b7c3c88c254d2 (patch)
tree5ea692ba362f6e22fe424cc80052e968179fe1b9 /src/save_failed_screen.c
parent0fdd18516ba5c7b61e31fbf3a729e5549b33a259 (diff)
more bugfix ifdefs
Diffstat (limited to 'src/save_failed_screen.c')
-rw-r--r--src/save_failed_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save_failed_screen.c b/src/save_failed_screen.c
index bc38c4629..7d5483fbf 100644
--- a/src/save_failed_screen.c
+++ b/src/save_failed_screen.c
@@ -12,7 +12,7 @@
// In 1.0, the text window is too small, causing text to overflow.
-#if (REVISION >= 1)
+#ifdef BUGFIX_SAVEFAILEDSCREEN
#define MSG_WIN_TOP 10
#else
#define MSG_WIN_TOP 12