aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/puzzles.h b/puzzles.h
index 1221afb..0222f8b 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -805,7 +805,7 @@ extern const game thegame;
* appended to the undo chain. Must be declared as a non-const char,
* but should never actually be modified by anyone.
*/
-extern char UI_UPDATE[];
+extern char MOVE_UI_UPDATE[];
/* A little bit of help to lazy developers */
#define DEFAULT_STATUSBAR_TEXT "Use status_bar() to fill this in."