From fc81b3b00661a061b6b3663681e45e9a0b8d2e78 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 24 Nov 2008 04:13:35 -0600 Subject: [PATCH] Added engine string to 'meta game' command in core-legacy for consistency. --- core-legacy/concommands.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core-legacy/concommands.cpp b/core-legacy/concommands.cpp index 7a79e37..70247e2 100644 --- a/core-legacy/concommands.cpp +++ b/core-legacy/concommands.cpp @@ -166,6 +166,15 @@ CON_COMMAND(meta, "Metamod:Source Menu") CONMSG(" DLL Path: %s\n", bin_path); CONMSG(" Interface: ServerGameDLL%03d\n", g_GameDllVersion); + if (g_Engine.original) + { + CONMSG(" Engine: Original (pre-Episode 1)\n"); + } + else + { + CONMSG(" Engine: Episode 1 (2004)\n"); + } + // Display user messages if (g_SmmAPI.MsgCacheSuccessful()) {