diff options
author | B. Watson <yalhcru@gmail.com> | 2021-05-21 04:02:37 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-05-21 04:02:37 -0400 |
commit | 13ff2f9dc66e21d8604b93aed91c9acf08a9fa74 (patch) | |
tree | 7b92cdead9806e800e749cd34f97f03408f56302 | |
parent | e27d2ac43c63aa1e65c445360b6359eeac751247 (diff) | |
download | taipan-13ff2f9dc66e21d8604b93aed91c9acf08a9fa74.tar.gz |
Save 3 bytes, now 8959
-rw-r--r-- | taipan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1143,7 +1143,7 @@ char sea_battle(char id, int num_ships) { cspaces(6); // cputs("guns"); print_msg(M_guns); - rvs_off(); + // rvs_off(); // redundant update_guns(); while(num_ships > 0) { |