Fix several little issues with cursors

- Sometimes they didn't reappear when the program was reactivated
- Watch is now used in more places
This commit is contained in:
2015-09-24 19:12:12 -04:00
parent bc7298417f
commit 66f84ef396
6 changed files with 16 additions and 5 deletions

View File

@@ -2406,6 +2406,7 @@ void set_up_start_screen() {
set_lb(NLS - 3,LB_TEXT,LB_NO_ACTION,"with the terms of the license.");
set_lb(NLS - 2,LB_TEXT,LB_NO_ACTION,"Copyright 1997, All rights reserved.");
set_lb(NLS - 1,LB_TEXT,LB_NO_ACTION,version());
set_cursor(wand_curs);
}
void set_up_main_screen() {
@@ -2439,6 +2440,7 @@ void set_up_main_screen() {
set_lb(-1,LB_TEXT,LB_EDIT_TALK,"Edit Town Dialogue");
set_lb(NLS - 2,LB_TEXT,LB_NO_ACTION,"Copyright 1997, All rights reserved.");
set_lb(NLS - 1,LB_TEXT,LB_NO_ACTION,version());
set_cursor(wand_curs);
overall_mode = MODE_MAIN_SCREEN;
right_sbar->show();
pal_sbar->hide();