mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-04-25 00:50:54 +00:00
Typo fix, and adding a chunk in authors which apparently got lost..
This commit is contained in:
parent
1c432eec0e
commit
acc475fa16
2 changed files with 5 additions and 1 deletions
4
AUTHORS
4
AUTHORS
|
@ -73,6 +73,10 @@ X11 software renderer fixes:
|
||||||
GL fullbright Support:
|
GL fullbright Support:
|
||||||
Neal White III <nwhite@softblox.com>
|
Neal White III <nwhite@softblox.com>
|
||||||
|
|
||||||
|
Misc Code Fixes:
|
||||||
|
Daniel O'Connor <doconnor@gsoft.com.au> -- Correct failed mmap checking.
|
||||||
|
Dan Nelson <dnelson@emsphone.com> -- Typo fix..
|
||||||
|
|
||||||
Cheat/exploit fixes:
|
Cheat/exploit fixes:
|
||||||
Mads Bondo Dydensborg <madsdyd@challenge.dk>
|
Mads Bondo Dydensborg <madsdyd@challenge.dk>
|
||||||
|
|
||||||
|
|
|
@ -589,7 +589,7 @@ void CL_FullServerinfo_f (void)
|
||||||
|
|
||||||
strcpy (cl.serverinfo, Cmd_Argv(1));
|
strcpy (cl.serverinfo, Cmd_Argv(1));
|
||||||
|
|
||||||
if ((p = Info_ValueForKey(cl.serverinfo, "*vesion")) && *p) {
|
if ((p = Info_ValueForKey(cl.serverinfo, "*version")) && *p) {
|
||||||
v = Q_atof(p);
|
v = Q_atof(p);
|
||||||
if (v) {
|
if (v) {
|
||||||
if (!server_version)
|
if (!server_version)
|
||||||
|
|
Loading…
Reference in a new issue