aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net.c b/net.c
index f4a1e39..fc603d1 100644
--- a/net.c
+++ b/net.c
@@ -2096,7 +2096,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
if (ui->cur_visible) {
ui->cur_visible = FALSE;
- nullret = "";
+ nullret = UI_UPDATE;
}
/*
@@ -2336,7 +2336,7 @@ static char *interpret_move(const game_state *state, game_ui *ui,
OFFSET(ui->cur_x, ui->cur_y, ui->cur_x, ui->cur_y, dir, state);
ui->cur_visible = TRUE;
}
- return "";
+ return UI_UPDATE;
} else {
return NULL;
}