From 5ac4f17f4d3556e40590b7fb18b22cf8365dfa5b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 3 Apr 2019 16:47:30 -0400 Subject: Reset enemy ship difficulty level on game restart --- taipan.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taipan.c b/taipan.c index 1371fd1..bd67589 100644 --- a/taipan.c +++ b/taipan.c @@ -2126,6 +2126,8 @@ void final_stats(void) month = 1; year = 1860; port = 1; + ec = 20; + ed = 1; name_firm(); cash_or_guns(); -- cgit v1.2.3