diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-07-23 19:01:44 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-07-23 19:01:44 +0100 |
commit | 5b801b6934bf8361af4cee7556351a7fd43150fa (patch) | |
tree | f2420474d076679ddc7d2ee134cc59971fad0606 /src/con_.c | |
parent | 5b9864c75c4f9221b418f46cab5934d36aeccef0 (diff) |
Document some Portal 2 breakage that needs fixed
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); |