diff options
author | B. Watson <yalhcru@gmail.com> | 2019-04-03 16:47:30 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2019-04-03 16:47:30 -0400 |
commit | 5ac4f17f4d3556e40590b7fb18b22cf8365dfa5b (patch) | |
tree | a639af1db23eae793681f762160de660680e8bc1 | |
parent | dbbfe4d490d9090846cd3b9ff137ae69fc01ce5b (diff) | |
download | taipan-5ac4f17f4d3556e40590b7fb18b22cf8365dfa5b.tar.gz |
Reset enemy ship difficulty level on game restart
-rw-r--r-- | taipan.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2126,6 +2126,8 @@ void final_stats(void) month = 1; year = 1860; port = 1; + ec = 20; + ed = 1; name_firm(); cash_or_guns(); |