From a4afb6714f67c029310c0853ff47fdef354e2e72 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 26 Dec 2022 14:29:53 +0000 Subject: Fix deferred init for Portal 2 compatibility Thanks Bill for figuring out what the problem was. --- src/con_.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/con_.c') diff --git a/src/con_.c b/src/con_.c index f8b24f6..7a153e0 100644 --- a/src/con_.c +++ b/src/con_.c @@ -329,7 +329,6 @@ 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 = AllocateDLLIdentifier(_con_iface); -- cgit v1.2.3