diff options
Diffstat (limited to 'src/con_.c')
-rw-r--r-- | src/con_.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -399,6 +399,9 @@ static void helpuserhelpus(int pluginver, char ifaceverchar) { con_msg("\n"); } +// note: for now at least, not using errmsg_*() macros here because it doesn't +// really make sense for these messages to be coming from "con" + static void warnoe(void) { con_warn("sst: error: this engine version is not yet supported\n"); } |