Bug 4936 - Wrong color for non-ascii symbols in console
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Video
Version: GIT MASTER
Hardware: All All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-03-17 07:36 EDT by Eugene C.
Modified: 2011-03-17 08:54:08 EDT
1 user (show)

See Also:


Attachments
Fix (377 bytes, patch)
2011-03-17 07:36 EDT, Eugene C.

Description Eugene C. 2011-03-17 07:36:07 EDT
Created attachment 2644 [details]
Fix

Non-ascii *signed* chars (with codes > 127) actually casted to a *negative* short int values - means all high bits is set which results in forced white color
Comment 1 Thilo Schulz 2011-03-17 08:54:08 EDT
Thanks for reporting, fixed in r1935