shithub: qk1

Download patch

ref: bccea30192b10133583e2c658f434bba7169ecfa
parent: 28e0379c42da488f05d59a0446b57cfae7157680
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Jan 29 11:48:57 EST 2024

call the engine "qk1" throughout

--- a/draw.c
+++ b/draw.c
@@ -337,7 +337,7 @@
 	conback = Draw_CachePic ("gfx/conback.lmp");
 
 	// hack the version number directly into the pic
-	sprint (ver, "(9)quake %4.2f", (float)VERSION);
+	sprint (ver, "qk1 %4.2f", (float)VERSION);
 	dest = conback->pixels + 320*186 + 320 - 11 - 8*strlen(ver);
 
 	n = strlen(ver);
--- a/sv_main.c
+++ b/sv_main.c
@@ -248,7 +248,7 @@
 	char tmp[64];
 
 	MSG_WriteByte (&client->message, svc_print);
-	snprint(tmp, sizeof(tmp), "%c\nNeinQuake %4.2f SERVER (%ud CRC)\n", 2, VERSION, crcn);
+	snprint(tmp, sizeof(tmp), "%c\nqk1 %4.2f SERVER (%ud CRC)\n", 2, VERSION, crcn);
 	MSG_WriteString (&client->message, tmp);
 
 	MSG_WriteByte (&client->message, svc_serverinfo);
--- a/vid_sdl.c
+++ b/vid_sdl.c
@@ -198,7 +198,7 @@
 sys_wrpath(void)
 {
 	// it's a bit awkward to use SDL for this but oh well
-	return SDL_GetPrefPath(nil, "NeinQuake");
+	return SDL_GetPrefPath(nil, "qk1");
 }
 
 void