From 43e87cd034f70d1af8c8f9eaadcde7655db6a5d5 Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Fri, 20 Nov 2020 00:43:52 -0800
Subject: [PATCH] Generate scores.lrd when gracefully quitting with 'Q' too.

---
 xtrn/lord/lord.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xtrn/lord/lord.js b/xtrn/lord/lord.js
index 98e59d4eba..c62c043c3b 100644
--- a/xtrn/lord/lord.js
+++ b/xtrn/lord/lord.js
@@ -16042,6 +16042,7 @@ function main()
 		sln('');
 		player.on_now = false;
 		player.put();
+		generate_rankings(gamedir('scores.lrd'), true)
 		exit(0);
 	}
 
-- 
GitLab