Updated jHeretic in line with the changes made to ticcmd_t. TODO: many of the controls (e.g. artefact hot-keys) are not currently implemented. Changed various game-side text drawing routines so that their string parameters are (const) where appropriate. Reverted dd_font_t->*Filter to (char *text), made non (const) as these callbacks may need to alter the text string.
Updated jHeretic in line with the changes made to ticcmd_t. TODO: many of the controls (e.g. artefact hot-keys) are not currently implemented.
Changed various game-side text drawing routines so that their string parameters are (const) where appropriate.
Reverted dd_font_t->*Filter to (char *text), made non (const) as these callbacks may need to alter the text string.