diff options
author | B. Watson <yalhcru@gmail.com> | 2016-01-08 00:27:26 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-01-08 00:27:26 -0500 |
commit | d3fa8aeeb26ece734b54395b743b2d4a341f5613 (patch) | |
tree | 03a4d2912ad9586964f0dc361dbd5baa000efc35 | |
parent | ae1f84921f8be7e7d92f687914e52a52694d23a2 (diff) | |
download | taipan-d3fa8aeeb26ece734b54395b743b2d4a341f5613.tar.gz |
remove booty debugging code (try saying that aloud with a straight face...
-rw-r--r-- | taipan.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -500,8 +500,6 @@ int sea_battle(int id, int num_ships) { } clrscr(); - cprintulong(booty); - agetc(); cursor(0); flushinp(); fight_stats(num_ships, orders); |