Bug 3297 - Server Info Menu doesn't display correctly
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: 1.33 SVN
Hardware: All All
: P3 minor
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2007-08-05 17:06 EDT by beast
Modified: 2007-08-22 18:28:09 EDT
0 users

See Also:


Attachments
Diff file with a proposed fix (818 bytes, patch)
2007-08-05 17:09 EDT, beast

Description beast 2007-08-05 17:06:08 EDT
If a server returns 16 key/values for display in the server info menu, the menu will not draw correctly. The current code makes an initial check to see how many key/value combos were received and limits this to 16. However, at menu draw time, this limit is ignored and all key/value combos are drawn.
Comment 1 beast 2007-08-05 17:09:23 EDT
Created attachment 1469 [details]
Diff file with a proposed fix

The problem is in q3_ui/ui_serverinfo.c
Comment 2 Tim Angus 2007-08-22 18:28:09 EDT
Fixed, pending commit.

Please create patches from the root directory, thanks.