aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-04-03 16:47:30 -0400
committerB. Watson <yalhcru@gmail.com>2019-04-03 16:47:30 -0400
commit5ac4f17f4d3556e40590b7fb18b22cf8365dfa5b (patch)
treea639af1db23eae793681f762160de660680e8bc1
parentdbbfe4d490d9090846cd3b9ff137ae69fc01ce5b (diff)
downloadtaipan-5ac4f17f4d3556e40590b7fb18b22cf8365dfa5b.tar.gz
Reset enemy ship difficulty level on game restart
-rw-r--r--taipan.c2
1 files changed, 2 insertions, 0 deletions
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();