diff options
| -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) { | 
