From 5b801b6934bf8361af4cee7556351a7fd43150fa Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 23 Jul 2022 19:01:44 +0100 Subject: Document some Portal 2 breakage that needs fixed --- src/con_.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/con_.c') diff --git a/src/con_.c b/src/con_.c index f259324..cb3db5b 100644 --- a/src/con_.c +++ b/src/con_.c @@ -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); -- cgit v1.2.3