shithub: qk1

Download patch

ref: 0a32cf32f2d0a4fc809952d9129603a1078de006
parent: 0667b932941239bd7a561e4ff17e1f1307ab9acb
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Jan 20 21:34:08 EST 2025

chkreg: don't care if not id1, ignore that

--- a/fs.c
+++ b/fs.c
@@ -934,8 +934,6 @@
 	bf = openlmp("gfx/pop.lmp", nil);
 	if(bf == nil){
 		Con_DPrintf("chkreg: shareware version\n");
-		if(notid1)
-			fatal("chkreg: phase error -- %s", lerr());
 		return;
 	}
 	p = pop;
--