diff options
| author | B. Watson <yalhcru@gmail.com> | 2021-04-13 15:41:11 -0400 |
|---|---|---|
| committer | B. Watson <yalhcru@gmail.com> | 2021-04-13 15:41:11 -0400 |
| commit | 044dbba1f59389d0ff73ab77d546cfbb53fdebd2 (patch) | |
| tree | 0620297377a1291d62b38a49239d6a7820537954 | |
| parent | eb76e647ae29b780c6dd5879f5ca84eb29fec8f8 (diff) | |
| download | taipan-044dbba1f59389d0ff73ab77d546cfbb53fdebd2.tar.gz | |
Save 11 bytes
| -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" */ } } |
