diff options
Diffstat (limited to 'src/con_.c')
-rw-r--r-- | src/con_.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -326,6 +326,7 @@ void con_reg(void *cmd_or_var) { } void con_init(void) { + // FIXME: ConsoleColorPrintf isn't working in Portal 2, possible regression? _con_colourmsgf = VFUNC(_con_iface, ConsoleColorPrintf); dllid = VCALL(_con_iface, AllocateDLLIdentifier); |