ref: 75c551ef0fe776e0a41cdf8ad91aa525766b1fd6
parent: 23e774314e6fe8b9145543406dfad576a675c5f9
author: qwx <qwx@sciops.net>
date: Tue Jul 20 10:39:19 EDT 2021
qwcl: fix invalid encoding in console printed string
--- a/qw/cl_main.c
+++ b/qw/cl_main.c
@@ -1373,7 +1373,7 @@
Con_Printf ("\nClient Version %4.2f\n\n", VERSION);
- Con_Printf ("������� QuakeWorld Initialized �������\n");
+ Con_Printf("\x80\x81\x81\x81\x81\x81\x81 QuakeWorld Initialized \x81\x81\x81\x81\x81\x81\x82\n");
}