From 8987a3407863872a83244f92a7c37b1bbd70233c Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 27 Feb 2014 23:46:51 -0500 Subject: [PATCH] Fix ep1 and darkm builds (bug 5986). --HG-- extra : amend_source : 719c0f37249744104d670c56addc112d704a1fad --- public/compat_wrappers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/compat_wrappers.h b/public/compat_wrappers.h index 770ea1f7c..e78777c69 100644 --- a/public/compat_wrappers.h +++ b/public/compat_wrappers.h @@ -69,6 +69,8 @@ { return engine->Cmd_Argv(index); } + + static int MaxCommandLength() { return 512; } }; inline bool IsFlagSet(ConCommandBase *cmd, int flag)