diff options
-rw-r--r-- | taipan.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2360,7 +2360,6 @@ void quit(void) under_attack_timed_getch(); result = sea_battle(GENERIC, num_ships); - // gotoxy(0,23); /* to avoid disappearing U in "In use" */ } if(result == 2) { @@ -2408,8 +2407,6 @@ void quit(void) ...which seems to mean you die if you succeed in running away from li yuen's pirates... */ result = sea_battle(LI_YUEN, num_ships); - - gotox0y(23); /* to avoid disappearing U in "In use" */ } } |