summaryrefslogtreecommitdiffhomepage
path: root/src/con_.c
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-07-23 19:01:44 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-07-23 19:01:44 +0100
commit5b801b6934bf8361af4cee7556351a7fd43150fa (patch)
treef2420474d076679ddc7d2ee134cc59971fad0606 /src/con_.c
parent5b9864c75c4f9221b418f46cab5934d36aeccef0 (diff)
Document some Portal 2 breakage that needs fixed
Diffstat (limited to 'src/con_.c')
-rw-r--r--src/con_.c1
1 files changed, 1 insertions, 0 deletions
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);