From 1e3db968ace56856b541850c68f6a7ebf2275307 Mon Sep 17 00:00:00 2001 From: James Urquhart Date: Sat, 13 Sep 2014 09:02:57 +0100 Subject: [PATCH] Update console.h Fix typo in version command --- Engine/source/console/console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/console/console.h b/Engine/source/console/console.h index e5d4cbe23..7d6529bde 100644 --- a/Engine/source/console/console.h +++ b/Engine/source/console/console.h @@ -182,7 +182,7 @@ namespace Con /// 09/12/07 - CAF - 43->44 remove newmsg operator /// 09/27/07 - RDB - 44->45 Patch from Andreas Kirsch: Added opcode to support correct void return /// 01/13/09 - TMS - 45->46 Added script assert - /// 09/07/14 - jamesu - 47->47 64bit support + /// 09/07/14 - jamesu - 46->47 64bit support DSOVersion = 47, MaxLineLength = 512, ///< Maximum length of a line of console input.