From b4f84e24ff5a33b22fcdeeec2f7180248e535e52 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 15:08:58 -0400 Subject: Cleaned up code, fixed some bugs --- games.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'games.c') diff --git a/games.c b/games.c index 94d2190..1f939d2 100644 --- a/games.c +++ b/games.c @@ -37,19 +37,17 @@ void global_thermonuclear_war(void) good=false; } else - ++num_targets; + { + ++num_targets; + } } struct location_t targets[32]; int num_targets_found=0; - print_string("point 1"); for(int i=0;i