Fixed: Chat messages not appearing in HUD
A static memory buffer was being used improperly (message copied tothe same buffer where it already was located). Replaced the clunkyglobal string buffer with AutoStrs.
See: http://sourceforge.net/p/deng/bugs/1092/
View differences
Fixed: Chat messages not appearing in HUD
A static memory buffer was being used improperly (message copied to
the same buffer where it already was located). Replaced the clunky
global string buffer with AutoStrs.
See: http://sourceforge.net/p/deng/bugs/1092/