From a8555ab64491fe59c1c24749ba95bfd940684399 Mon Sep 17 00:00:00 2001 From: terminx Date: Mon, 3 May 2010 10:21:04 +0000 Subject: [PATCH] fix version printed to eduke32.log... oops! git-svn-id: https://svn.eduke32.com/eduke32@1628 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index 882197293..d29204533 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -11178,7 +11178,7 @@ void app_main(int32_t argc,const char **argv) Bstrcpy(tempbuf, APPNAME); wm_setapptitle(tempbuf); - initprintf("%s\n",apptitle); + initprintf(HEAD2 " %s\n", s_buildDate); // initprintf("Compiled %s\n",datetimestring); // initprintf("Copyright (c) 1996, 2003 3D Realms Entertainment\n"); // initprintf("Copyright (c) 2008 EDuke32 team and contributors\n");