mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 08:41:42 +00:00
:%s/SourceForge/QuakeForge/g, a matter of life and death fix! ;>
This commit is contained in:
parent
2cc5bfe775
commit
66fb88d573
1 changed files with 2 additions and 2 deletions
|
@ -412,9 +412,9 @@ void Draw_Init (void)
|
|||
|
||||
// hack the version number directly into the pic
|
||||
#if defined(__linux__)
|
||||
sprintf (ver, "SourceForge (Linux GL) Version %4.2f", (float)VERSION);
|
||||
sprintf (ver, "QuakeForge (Linux GL) Version %4.2f", (float)VERSION);
|
||||
#else
|
||||
sprintf (ver, "SourceForge (GL) Version %4.2f", (float)VERSION);
|
||||
sprintf (ver, "QuakeForge (GL) Version %4.2f", (float)VERSION);
|
||||
#endif
|
||||
dest = cb->data + 320*186 + 320 - 11 - 8*strlen(ver);
|
||||
y = strlen(ver);
|
||||
|
|
Loading…
Reference in a new issue